update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -5,48 +5,8 @@
|
||||
use Safe\Exceptions\VarException;
|
||||
|
||||
/**
|
||||
* Set the type of variable var to
|
||||
* type.
|
||||
*
|
||||
* @param mixed $var The variable being converted.
|
||||
* @param string $type Possibles values of type are:
|
||||
*
|
||||
*
|
||||
*
|
||||
* "boolean" or "bool"
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* "integer" or "int"
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* "float" or "double"
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* "string"
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* "array"
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* "object"
|
||||
*
|
||||
*
|
||||
*
|
||||
*
|
||||
* "null"
|
||||
*
|
||||
*
|
||||
*
|
||||
* @param mixed $var
|
||||
* @param string $type
|
||||
* @throws VarException
|
||||
*
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user