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

search for in the

isset> <is_string
Last updated: Fri, 13 Nov 2009

view this page in

is_unicode

(PHP 6 >= 6.0.0)

is_unicodeVerifica se uma variável é uma string unicode

Descrição

bool is_unicode ( mixed $var )

Verifica se uma dada variável é uma string unicode.

Parâmetros

var

A variável a ser avaliada.

Valor Retornado

Retorna TRUE se var é uma string unicode , FALSE caso contrário.

Veja Também

  • is_binary() - Verifica se uma variável é uma nativa string binária
  • is_buffer() - Verifica se uma variável é uma nativa unicode ou string binária
  • is_string() - Informa se a variável é do tipo string
  • unicode_encode() - Converte uma string unicode para qualquer codificação



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

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