PHP » PYTHON |
login |
register |
about
|
|
is_buffer(PHP 6 >= 6.0.0) is_buffer — Finds whether a variable is a native unicode or binary string DescriptionFinds whether the given variable is a native unicode or binary string. Parameters
Return ValuesReturns TRUE if var is a native unicode or binary string, FALSE otherwise. Examples
Example #1 is_buffer() example
<?phpThe above example will output: unicode is a either a unicode or binary string binary is a either a unicode or binary string resource is not a buffer value integer is not a buffer value
See Also
|
more
Recently updated
more
Most requested
|