Variable handling Funkcje
PHP Manual

is_buffer

(No version information available, might be only in CVS)

is_bufferFinds whether a variable is a native unicode or binary string

Opis

bool is_buffer ( mixed $var )

Finds whether the given variable is a native unicode or binary string.

Parametry

var

The variable being evaluated.

Zwracane wartości

Returns TRUE if var is a native unicode or binary string, FALSE otherwise.

Patrz także


Variable handling Funkcje
PHP Manual