downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

is_callable> <is_bool
Last updated: Fri, 13 Nov 2009

view this page in

is_buffer

(PHP 6 >= 6.0.0)

is_bufferVerifica se uma variável é uma nativa unicode ou string binária

Descrição

bool is_buffer ( mixed $var )

Verifica se um dada variável é uma nativa unicode ou string binária.

Parâmetros

var

A variável a ser avaliada.

Valor Retornado

Retorna TRUE se var é uma nativa unicode ou string binária, FALSE caso contrário.

Veja Também

  • is_binary() - Verifica se uma variável é uma nativa string binária
  • is_string() - Informa se a variável é do tipo string
  • is_unicode() - Verifica se uma variável é uma string unicode



add a note add a note User Contributed Notes
is_buffer
There are no user contributed notes for this page.

is_callable> <is_bool
Last updated: Fri, 13 Nov 2009
 
 
show source | credits | sitemap | contact | advertising | mirror sites