IsBinary
Method Signature
IsBinary(value=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Checks if toBase64() function returns binary data
isBinary( toBase64( 1 ) );
Checks if toBinary() function returns binary data
Additional Examples
Related
Last updated
Was this helpful?
