検索

phrase: max: clip:
target: order:
Results of 241 - 250 of about 542 for Http (0.174 sec.)
ケース 1: 配布制限がないファイルのみを配布 3538
« 受ける可能性がある攻撃 ケース 2: cgi.force_redirect を使用 » PHP Manual CGI バイナリとしてイン ... ect を有効にできます。 この場合でも、直接 的な方法 http://my.host/cgi-bin/php/dir/script.php でもなくリダイ ... レクション http://my.host/dir/script.php でもない他の やり方で PHP ...
https://man.plustar.jp/php/security.cgi-bin.default.html - [similar]
3538
« 定義済み定数 ソケットのエラー » PHP Manual ソケット 例 例 例1 ソケットの例: 簡易 TCP/IP サーバ ... 簡易 TCP/IP クライアント この例は、簡単な一回限りの HTTP クライアントです。ここでは、 あるページに接続して ... ) . "\n" ; } else { echo "OK.\n" ; } $in = "HEAD / HTTP/1.1\r\n" ; $in .= "Host: www.example.com\r\n" ; $i ... ection: Close\r\n\r\n" ; $out = '' ; echo "Sending HTTP HEAD request..." ; socket_write ( $socket , $in , ...
https://man.plustar.jp/php/sockets.examples.html - [similar]
3538
« solr_get_version SolrUtils » PHP Manual Solr 例 例 PHP で Apache Solr エクステンションを使用す ... うか */ define ( 'SOLR_SECURE' , true ); /* 接続する HTTP ポート */ define ( 'SOLR_SERVER_PORT' , (( SOLR_SE ... CURE ) ? 8443 : 8983 )); /* HTTP Basic 認証ユーザー名 */ define ( 'SOLR_SERVER_USER ... NAME' , 'admin' ); /* HTTP Basic 認証パスワード */ define ( 'SOLR_SERVER_PASS ... WORD' , 'changeit' ); /* HTTP 接続タイムアウト */ /* HTTP データ転送動作に許され ...
https://man.plustar.jp/php/solr.examples.html - [similar]
コンテンツをレスポンスに設定する 3538
« Yaf_Response_Abstract::setAllHeaders Yaf_Response_Abstract::setHeader » PHP Manual Yaf_Respons ... :setBody() の例 <?php $response = new Yaf_Response_Http (); $response -> setBody ( "Hello" )-> setBody ( " ... 出力は、 たとえば以下のようになります。 Yaf_Response_Http Object ( [_header:protected] => Array ( ) [_body:p ...
https://man.plustar.jp/php/yaf-response-abstract.setbody.html - [similar]
FTP コンテキストオプションの一覧 3515
« HTTP コンテキストオプション SSL コンテキストオプション » PHP Manual コンテキストオプションとパ ... ァイルの先頭) です。 proxy string FTP リクエストを、http プロキシサーバー経由で行う。 ファイルの読み込み操作 ...
https://man.plustar.jp/php/context.ftp.html - [similar]
新しい DOMElement オブジェクトを作成する 3515
« DOMElement DOMElement::getAttribute » PHP Manual DOMElement 新しい DOMElement オブジェクトを作 ... _ns = new DOMElement ( 'pr:node1' , 'thisvalue' , 'http://xyz' ); $element -> appendChild ( $element_ns ); ... encoding="iso-8859-1"?> <root><pr:node1 xmlns:pr="http://xyz">thisvalue</pr:node1></root> */ ?> 参考 DOMD ...
https://man.plustar.jp/php/domelement.construct.html - [similar]
検証フィルタ 3515
« フィルタの型 除去フィルタ » PHP Manual フィルタの型 検証フィルタ 検証フィルタ 検証用のフィルタ ... D , FILTER_NULL_ON_FAILURE 値が URL 形式である ( » http://www.faqs.org/rfcs/rfc2396 に準拠している) かどう ... が含まれているかどうかを検証します。 妥当な URL が、HTTP プロトコル http:// を指定しているとは限りません。 ...
https://man.plustar.jp/php/filter.filters.validate.html - [similar]
cURL ハンドルを、その設定も含めてコピーする 3515
« curl_close curl_errno » PHP Manual cURL 関数 cURL ハンドルを、その設定も含めてコピーする curl_ ... 適切に設定します curl_setopt ( $ch , CURLOPT_URL , 'http://www.example.com/' ); curl_setopt ( $ch , CURLOPT ... ピーします $ch2 = curl_copy_handle ( $ch ); // URL (http://www.example.com/) を取得し、ブラウザに渡します c ...
https://man.plustar.jp/php/function.curl-copy-handle.html - [similar]
libcurl セッションハンドルのすべてのオプションをリセットする 3515
« curl_pause curl_setopt_array » PHP Manual cURL 関数 libcurl セッションハンドルのすべてのオプシ ... てのオプションを初期化します curl_reset ( $ch ); // HTTP リクエストを送信します curl_setopt ( $ch , CURLOPT ... _URL , 'http://example.com/' ); curl_exec ( $ch ); // 事前に設定 ...
https://man.plustar.jp/php/function.curl-reset.html - [similar]
出力バッファ内で文字エンコーディングを変換するコールバック関数 3515
« mb_ord mb_parse_str » PHP Manual マルチバイト文字列 関数 出力バッファ内で文字エンコーディングを ... 、出力バッファの文字を 内部文字エンコーディングから HTTP 出力文字エンコーディングに変換します。 パラメータ ... 返します。 例 例1 mb_output_handler() の例 <?php mb_http_output ( "UTF-8" ); ob_start ( "mb_output_handler" ...
https://man.plustar.jp/php/function.mb-output-handler.html - [similar]