検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 210 for www (0.043 sec.)
Get the logs buffer in memory as array 4882
« SeasLog::getBasePath SeasLog::getBufferEnabled » PHP Manual SeasLog Get the logs buffer in mem ... ります。 bool(true) bool(true) array(1) { ["/var/log/www/default/20180707.log"]=> array(2) { [0]=> string(7 ...
https://man.plustar.jp/php/seaslog.getbuffer.html - [similar]
要件 4882
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 この拡張モジュール ... ンションは、 expat を使用します。 これは、 » http://www.jclark.com/xml/expat.html にあります。 expat に付属 ...
https://man.plustar.jp/php/xml.requirements.html - [similar]
collection.xml および collection.xsl ファイルの例 4882
« 例 libxml のエラー処理関数によるエラー処理 » PHP Manual 例 collection.xml および collection.xs ... sl <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"> <xsl:param name="owner ...
https://man.plustar.jp/php/xsl.examples-collection.html - [similar]
各種フォーマットを生成する方法 4776
« ドキュメントの改善を手助けするには 翻訳 » PHP Manual マニュアルについて 各種フォーマットを生成 ... ーマットで作成されています。詳しい 情報は » https://www.php.net/docs.php を参照ください。 このドキュメント ...
https://man.plustar.jp/php/about.generate.html - [similar]
cURL セッションを閉じる 4776
« cURL 関数 curl_copy_handle » PHP Manual cURL 関数 cURL セッションを閉じる curl_close (PHP 4 >= ... 設定します curl_setopt ( $ch , CURLOPT_URL , "http://www.example.com/" ); curl_setopt ( $ch , CURLOPT_HEADE ...
https://man.plustar.jp/php/function.curl-close.html - [similar]
最後に発生したエラーを取得する 4776
« error_clear_last error_log » PHP Manual エラー処理関数 最後に発生したエラーを取得する error_ge ... 8 [message] => Undefined variable: a [file] => C:\WWW\index.php [line] => 2 ) 参考 エラー定数 変数 $php_ ...
https://man.plustar.jp/php/function.error-get-last.html - [similar]
ファイルの内容を全て文字列に読み込む 4776
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... と出力 <?php $homepage = file_get_contents ( 'http://www.example.com/' ); echo $homepage ; ?> 例2 include_p ... をオープンします $file = file_get_contents ( 'http://www.example.com/' , false , $context ); ?> 注意 注意 : ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]
ディレクトリを削除する 4776
« ftp_rename ftp_set_option » PHP Manual FTP 関数 ディレクトリを削除する ftp_rmdir (PHP 4, PHP 5 ... していました。 例 例1 ftp_rmdir() の例 <?php $dir = 'www/' ; // 接続を確立する $ftp = ftp_connect ( $ftp_se ...
https://man.plustar.jp/php/function.ftp-rmdir.html - [similar]
二文字の大陸コードを取得する 4776
« geoip_asnum_by_name geoip_country_code_by_name » PHP Manual GeoIP 関数 二文字の大陸コードを取得 ... <?php $continent = geoip_continent_code_by_name ( 'www.example.com' ); if ( $continent ) { echo 'This hos ...
https://man.plustar.jp/php/function.geoip-continent-code-by-name.html - [similar]
三文字の国コードを取得する 4776
« geoip_country_code_by_name geoip_country_name_by_name » PHP Manual GeoIP 関数 三文字の国コード ... す。 <?php $country = geoip_country_code3_by_name ( 'www.example.com' ); if ( $country ) { echo 'This host ...
https://man.plustar.jp/php/function.geoip-country-code3-by-name.html - [similar]