検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 210 for www (0.016 sec.)
Description 6587
« Imagick::hasPreviousImage Imagick::identifyImage » PHP Manual Imagick Description Imagick::ide ... perty and returns the interpreted text. See http://www.imagemagick.org/script/escape.php for escape seque ... ng , embedText , formatting , sequences , escape , www , format ...
https://man.plustar.jp/php/imagick.identifyformat.html - [similar]
はじめに 6587
« Firebird/InterBase インストール/設定 » PHP Manual Firebird/InterBase はじめに はじめに 警告 こ ... れました。InterBase についての詳細な情報は » http://www.embarcadero.com/products/interbase にあります。 Fi ... っています。Firebird についての詳細な情報は » http://www.firebirdsql.org/ にあります。 注意 : この拡張モジュ ... ージョン , 拡張 , モジュール , 開発 , Embarcadero , www , 情報 , リレーショナル ...
https://man.plustar.jp/php/intro.ibase.html - [similar]
6587
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... CP/IP Connection</h2>\n" ; /* Get the port for the WWW service. */ $service_port = getservbyname ( 'www' ... or the target host. */ $address = gethostbyname ( 'www.example.com' ); /* Create a TCP/IP socket. */ $soc ... n" ; } $in = "HEAD / HTTP/1.1\r\n" ; $in .= "Host: www.example.com\r\n" ; $in .= "Connection: Close\r\n\r ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
接続したソケットからデータを受信する 6364
« socket_read socket_recvfrom » PHP Manual ソケット 関数 接続したソケットからデータを受信する so ... E_ALL ); echo "<h2>TCP/IP Connection</h2>\n" ; /* WWW サービスのポートを取得します */ $service_port = ge ... tservbyname ( 'www' , 'tcp' ); /* 対象となるホストの IP アドレスを取得 ... します */ $address = gethostbyname ( 'www.example.com' ); /* TCP/IP ソケットを作成します */ ... n" ; } $in = "HEAD / HTTP/1.1\r\n" ; $in .= "Host: www.example.com\r\n" ; $in .= "Connection: Close\r\n\r ...
https://man.plustar.jp/php/function.socket-recv.html - [similar]
はじめに 6364
« MySQL (最初の API) インストール/設定 » PHP Manual MySQL (最初の API) はじめに はじめに この拡張 ... にします。 MySQL に関するより詳細な情報は、 » http://www.mysql.com/ にあります。 MySQL のドキュメントは、 » ... ます。 関連キーワード: 最初 , 選択 , ドキュメント , www , 情報 , アクセス , サーバー , データベース , 関数 ...
https://man.plustar.jp/php/intro.mysql.html - [similar]
イテレータから phar アーカイブを作成する 6364
« Phar::buildFromDirectory Phar::canCompress » PHP Manual Phar イテレータから phar アーカイブを作 ... xml lib/ file1.php file2.php src/ processthing.php www/ index.php cli/ index.php 次のコードを使用すると、 ... ( $phar -> createDefaultStub ( 'cli/index.php' , 'www/index.php' )); ?> これで、ファイル project.phar は ... ( $phar -> createDefaultStub ( 'cli/index.php' , 'www/index.php' )); ?> 例2 その他のイテレータを使用した ... ( $phar -> createDefaultStub ( 'cli/index.php' , 'www/index.php' )); ?> 参考 Phar::buildFromDirectory() ...
https://man.plustar.jp/php/phar.buildfromiterator.html - [similar]
要件 6364
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 readline 関数を使用 ... ルすることが 必要です。libreadline は、 » http://cnswww.cns.cwru.edu/~chet/readline/rltop.html にある GNU ... itライブラリは BSD ライセンスで配布され、 » http://www.thrysoee.dk/editline/ から入手可能です。 関連キーワ ... イブラリ , 設定 , 関数 , libedit , 作者 , thrysoee , www , 配布 ...
https://man.plustar.jp/php/readline.requirements.html - [similar]
AS番号(ASN) を取得する 6258
« GeoIP 関数 geoip_continent_code_by_name » PHP Manual GeoIP 関数 AS番号(ASN) を取得する geoip_a ... します。 例 例1 geoip_asnum_by_name() の例 この例は、www.example.com のAS番号を出力します。 <?php $asn = ge ... oip_asnum_by_name ( 'www.example.com' ); if ( $asn ) { echo 'The ASN is: ' ...
https://man.plustar.jp/php/function.geoip-asnum-by-name.html - [similar]
ヘッダが既に送信されているかどうかを調べる 6258
« headers_list http_response_code » PHP Manual ネットワーク 関数 ヘッダが既に送信されているかどう ... f (! headers_sent ()) { header ( 'Location: http://www.example.com/' ); exit; } // オプションのfileとline ... ilename , $linenum )) { header ( 'Location: http://www.example.com/' ); exit; // おそらく、ここでエラー処 ... レクトできません。代わりにこの <a " . "href=\"http://www.example.com\">リンク</a> をクリックしてください。\ ...
https://man.plustar.jp/php/function.headers-sent.html - [similar]
ドット表記の (IPv4) IP アドレスを、長整数表現に変換する 6258
« inet_pton long2ip » PHP Manual ネットワーク 関数 ドット表記の (IPv4) IP アドレスを、長整数表現 ... 例 例1 ip2long() の例 <?php $ip = gethostbyname ( 'www.example.com' ); $out = "以下の URL は同じ意味です: ... <br />\n" ; $out .= 'http://www.example.com/, http://' . $ip . '/, そして http://' ... る方法を示すものです。 <?php $ip = gethostbyname ( 'www.example.com' ); $long = ip2long ( $ip ); if ( $lon ...
https://man.plustar.jp/php/function.ip2long.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT