is_binary
Finds whether a variable is a native binary string
&reftitle.description;
boolis_binary
mixedvar
Finds whether the given variable is a native binary string.
&reftitle.parameters;
var
The variable being evaluated.
&reftitle.returnvalues;
Returns &true; if var is a native
binary string, &false; otherwise.
&reftitle.seealso;
is_buffer
is_string
is_unicode