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: Fri, 17 May 2013

view this page in

zend_version

(PHP 4, PHP 5)

zend_versionRestituisce il numero di versione dell'engine Zend

Descrizione

string zend_version ( void )

Restituisce una stringa contenente il numero di versione dell'engine Zend.

Example #1 Esempio di uso di zend_version()

<?php
// ad esempio visualizza: 'Zend engine version: 1.0.4'
echo "Zend engine version: " zend_version();
?>

Vedere anche phpinfo(), phpcredits(), php_logo_guid() e phpversion().



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 | stats | sitemap | contact | advertising | mirror sites