PHP » PYTHON |
login |
register |
about
|
is_binary(PHP 6 >= 6.0.0) is_binary — Finds whether a variable is a native binary string DescriptionFinds whether the given variable is a native binary string. Parameters
Return ValuesReturns TRUE if var is a native binary string, FALSE otherwise. Examples
Example #1 is_binary() example
<?phpThe above example will output: bool(false) bool(true)
See Also
|
more
Recently updated
more
Most requested
more
Last requests
|