File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ TypeFunctions\isBoolean("false"); // false
1919
2020Functions:
2121
22- - ` isNumber(mixed $variable) `
23- - ` isBoolean(mixed $variable) `
24- - ` isNull(mixed $variable) `
25- - ` isObject(mixed $variable) `
26- - ` isFunction(mixed $variable) `
27- - ` isExpression(mixed $variable) `
28- - ` isString(mixed $variable) `
29- - ` isResource(mixed $variable) `
30- - ` getType(mixed $variable) `
22+ - ` isNumber(mixed $variable) → bool `
23+ - ` isBoolean(mixed $variable) → bool `
24+ - ` isNull(mixed $variable) → bool `
25+ - ` isObject(mixed $variable) → bool `
26+ - ` isFunction(mixed $variable) → bool `
27+ - ` isExpression(mixed $variable) → bool `
28+ - ` isString(mixed $variable) → bool `
29+ - ` isResource(mixed $variable) → bool `
30+ - ` getType(mixed $variable) → string `
3131
3232Caveats:
3333
You can’t perform that action at this time.
0 commit comments