전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
builtin support for tokenizer is available with php 4.3.0.
참고: builtin support for tokenizer is available with php 4.3.0.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
$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.
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질:
$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().
마지막 업데이트: 2011-10-24
사용 빈도: 1
품질: