Da traduttori professionisti, imprese, pagine web e archivi di traduzione disponibili gratuitamente al pubblico.
builtin support for tokenizer is available with php 4.3.0.
참고: builtin support for tokenizer is available with php 4.3.0.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
$php -m [php modules] xml tokenizer standard session posix pcre overload mysql mbstring ctype [zend modules]
load zend extension. if only a filename is given, php tries to load this extension from the current default library path on your system (usually specified /etc/ld.so.conf on linux systems). passing a filename with an absolute path information will not use the systems library search path. a relative filename with a directory information will tell php only to try to load the extension relative to the current directory.
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità:
$php -m [php modules] xml tokenizer standard sockets session posix pcre overload mysql mbstring ctype [zend modules]
returns true if the extension identified by name is loaded. you can see the names of various extensions by using phpinfo().
Ultimo aggiornamento 2011-10-24
Frequenza di utilizzo: 1
Qualità: