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

search for in the

runkit> <PHP Options/Info Funzioni
Last updated: Fri, 18 Jul 2008

view this page in

zend_version

(PHP 4, PHP 5)

zend_version — Restituisce 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
There are no user contributed notes for this page.

runkit> <PHP Options/Info Funzioni
Last updated: Fri, 18 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites