Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17491 программист и 1872 робота. Сейчас ищут 1819 программистов ...
PHP_CompatInfo::getExtensions
Вернуться к: Getting Results
PHP_CompatInfo::getExtensions
PHP_CompatInfo::getExtensions() – Returns the latest parse data source extensions used
Synopsis
require_once 'PHP/CompatInfo.php';
mixed PHP_CompatInfo::getExtensions ( mixed $file = false )
Returns the latest parse data source extensions used
Parameter
- mixed $file
-
(optional) A specific filename or not (FALSE)
Return value
returns Null on error or if there were no previous data parsing
Throws
throws no exceptions thrown
Since
since version 1.9.0b1 (2008-11-30)
Note
This function can not be called statically.
Example
See PHP_CompatInfo::getVersion() example.
Вернуться к: Getting Results