検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 542 for Http (0.078 sec.)
SoapVar コンストラクタ 3762
« SoapVar Yar » PHP Manual SoapVar SoapVar コンストラクタ SoapVar::__construct (PHP 5, PHP 7, PH ... nt = new SoapClient ( null , array( 'location' => "http://localhost/soap.php" , 'uri' => "http://test-uri/ ... pVar ( $struct , SOAP_ENC_OBJECT , "SOAPStruct" , "http://soapinterop.org/xsd" ); $client -> echoStruct (n ...
https://man.plustar.jp/php/soapvar.construct.html - [similar]
3746
« 定義済み定数 ウォッチャー » PHP Manual Ev 例 例 例1 タイマーのサンプル <?php // タイマーを作り ... ウォッチャーを止めます $w -> stop (); $in = "HEAD / HTTP/1.1\r\n" ; $in .= "Host: google.co.uk\r\n" ; $in . ... ?> 上の例の出力は、 たとえば以下のようになります。 HTTP/1.1 301 Moved Permanently Location: http://www.goo ... す)。 * * このサンプルを PHP に移植したものです。 * http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Ex ... LAG_NOENV も使えます)。 * * この例を流用しました * http://pod.tst.eu/http://cvs.schmorp.de/libev/ev.pod#Ex ...
https://man.plustar.jp/php/ev.examples.html - [similar]
クッキー(Cookies) 3746
« PHP による HTTP 認証 セッション » PHP Manual 機能 クッキー(Cookies) クッキー(Cookies) PHP は、 ... してクッキーをセットすることができます。 クッキーは HTTP ヘッダの一部なので、 setcookie() はブラウザに何らか ...
https://man.plustar.jp/php/features.cookies.html - [similar]
文字エンコーディング検出順序を設定あるいは取得する 3746
« mb_detect_encoding mb_encode_mimeheader » PHP Manual マルチバイト文字列 関数 文字エンコーディン ... 内部文字エンコーディングを設定あるいは取得する mb_http_input() - HTTP 入力文字エンコーディングを検出する ... mb_http_output() - HTTP 出力文字エンコーディングを設定ある ...
https://man.plustar.jp/php/function.mb-detect-order.html - [similar]
ネットワーク 関数 3746
« 定義済み定数 checkdnsrr » PHP Manual ネットワーク ネットワーク 関数 ネットワーク 関数 目次 che ... ッダ用の関数を登録する header_remove — 以前に設定したHTTPヘッダを削除する header — 生の HTTP ヘッダを送信する ... _sent — ヘッダが既に送信されているかどうかを調べる http_response_code — HTTP レスポンスコードを取得または設 ...
https://man.plustar.jp/php/ref.network.html - [similar]
使用するウェブサービスの場所を設定する 3746
« SoapClient::__setCookie SoapClient::__setSoapHeaders » PHP Manual SoapClient 使用するウェブサー ... tLocation() の例 <?php $client = new SoapClient ( 'http://example.com/webservice.php?wsdl' ); $client -> _ ... _setLocation ( 'http://www.somethirdparty.com' ); $old_location = $clie ... ?> 上の例の出力は、 たとえば以下のようになります。 http://www.somethirdparty.com 参考 SoapClient::__constr ...
https://man.plustar.jp/php/soapclient.setlocation.html - [similar]
ネットワーク 3723
« mqseries_strerror はじめに » PHP Manual その他のサービス ネットワーク ネットワーク はじめに イ ... ッダ用の関数を登録する header_remove — 以前に設定したHTTPヘッダを削除する header — 生の HTTP ヘッダを送信する ... _sent — ヘッダが既に送信されているかどうかを調べる http_response_code — HTTP レスポンスコードを取得または設 ...
https://man.plustar.jp/php/book.network.html - [similar]
Yaf_Router クラス 3723
« Yaf_Route_Rewrite::route Yaf_Router::addConfig » PHP Manual Yaf Yaf_Router クラス Yaf_Router ク ... ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L] Lighttpd の場合は、次のようなリライトルールを指定します。 ... 例3 Lighttpd 用のリライトルール url.rewrite-once = ( ".*\?(.*) ... "modules" => "Index,Blog", ), ); コントローラのみ http://example/news controller == news アクションのみ ( ... ュール名として無効な場合はコントローラ名とみなします http://example/foo controller == foo モジュール + コント ...
https://man.plustar.jp/php/class.yaf-router.html - [similar]
リモートファイルの使用 3723
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... した場合、 ファイル名をパラメータとする関数の多くで HTTP および FTP のURL を使用することができます。加えて、 ... モートページのタイトルを得る <?php $file = fopen ( "http://www.example.com/" , "r" ); if (! $file ) { echo ... 指定する必要があります (Basic 認証を要求された際に HTTP 経由でファイルをアクセスする場合と同じ種類の構文を ... タをここに書きます。 */ fputs ( $file , $_SERVER [ 'HTTP_USER_AGENT' ] . "\n" ); fclose ( $file ); ?> 注意 ...
https://man.plustar.jp/php/features.remote-files.html - [similar]
パッケージの使用 3723
« macOS へのインストール macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 » P ... ンパイル済み PHP パッケージがあります。 MacPorts: » http://www.macports.org/ Liip: » http://php-osx.liip.ch ... P 5.3 - PHP 7.3; 現在は推奨されていません) Fink: » http://www.finkproject.org/ 関連キーワード: パッケージ ...
https://man.plustar.jp/php/install.macosx.packages.html - [similar]