From professional translators, enterprises, web pages and freely available translation repositories.
builtin support for tokenizer is available with php 4.3.0.
참고: builtin support for tokenizer is available with php 4.3.0.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$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.
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
$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().
Last Update: 2011-10-24
Usage Frequency: 1
Quality: