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

search for in the

runkit> <zend_thread_id
[edit] Last updated: Sat, 18 May 2013

view this page in

zend_version

(PHP 4, PHP 5)

zend_versionObtém a versão da Zend engine que esta sendo executada

Descrição

string zend_version ( void )

Retorna uma string contendo a versão atual da Zend Engine que esta sendo executada.

Valor Retornado

Retorna o número da versão da Zend Engine, como uma string.

Exemplos

Exemplo #1 Exemplo zend_version()

<?php
echo "Zend engine version: " zend_version();
?>

O exemplo acima irá imprimir algo similar à:

Zend engine version: 2.2.0

Veja Também



add a note add a note User Contributed Notes zend_version - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites