Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

zend_version

Description

The zend_version of Options / Information for PHP gets the version of the current Zend engine.

Syntax

zend_version(): string

Return

Returns the Zend Engine version number, as a string.

Examples

1

<?

$return = zend_version();

echo $return;

?>
4.3.10
HomeMenu