From professional translators, enterprises, web pages and freely available translation repositories.
extension
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
Warning: Contains invisible HTML formatting
pathinfo() は、 path に 関する情報を有する連想配列を返します。次の配列要素が返されます。 dirname, basename, extension
?php $path_parts = pathinfo( "/ www / htdocs / index.html"); echo $path_parts["dirname"]. "\n"; echo $path_parts["basename"]. "\n"; echo $path_parts["extension"]. "\n";?
the integration with apache and possible other servers is already described in the hyperwave module which has been the first extension to connect a hyperwave server.
certain attributes are always set by the hyperwave server, other may be modified by the user.
assertion は、デバッグ目的にのみ使用するべきです。 assertion を常に true となる条件を調べる不具合診断に使用し、 true でな い場合に何らかのプログラミングエラーを示したり、extension 関数ま たは特定のシステム制限や機能といった特定の機能の存在をチェックす るために使用することが可能です。
assertions should not be used for normal runtime operations like input parameter checks.
this function allows explicitely resetting the error code value either of a socket or of the extension global last error code. this may be useful to detect within a part of the application if an error occured or not.
this may be useful to detect within a part of the application if an error occured or not.
the api provided by the hw_api extension is fully object oriented. it is very similar to the c++ interface of the hyperwave sdk. it consist of the following classes.
the behaviour of these functions is affected by settings in php.ini.
pearとはthe php extension and application repository(元は php extension and add-on repositoryでした)のことで、 phpで書かれた基本的なクラスの集まりで、将来的にはphpもしくは cで書かれたphpの拡張モジュールを開発者に配布する中心的な 方法になっていくでしょう。
pear was born in discussions held in the php developers' meeting (pdm) held in january 2000 in tel aviv.
the default file creates two configuration directives in the configure script: --with-my_module and --enable-my_module. use the first option when referring external files (such as the --with-apache directive that refers to the apache directory). use the second option when the user simply has to decide whether to enable your extension. regardless of which option you use, you should uncomment the other, unnecessary one; that is, if you're using --enable-my_module, you should remove support for --with-my_module, and vice versa.
by default, the config.m4 file created by ext_skel accepts both directives and automatically enables your extension.