検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 542 for Http (0.016 sec.)
XFormsの処理 4147
« セッション ファイルアップロードの処理 » PHP Manual 機能 XFormsの処理 XFormsの処理 » XForms は、 ... ます。 例1 簡単なXForms検索フォーム <h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/ ... title>Search</h:title> <model> <submission action="http://example.com/search" method="post" id="s"/> </mod ... らくデータを XML 形式で取得したいはずで、この場合、 $HTTP_RAW_POST_DATA により、 ブラウザが生成した XML ドキ ... 例2 XFormにより $_POST を送信する <h:html xmlns:h="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/ ...
https://man.plustar.jp/php/features.xforms.html - [similar]
シグネチャを生成する 4147
« OAuth::fetch OAuth::getAccessToken » PHP Manual OAuth シグネチャを生成する OAuth::generateSign ... する 説明 public OAuth::generateSignature ( string $http_method , string $url , mixed $extra_parameters = ? ... ): string | false 最後の HTTP メソッド、URL そしてパラメータ文字列あるいは配列に ... もとづいてシグネチャを生成します。 パラメータ http_method リクエストの HTTP メソッド。 url リクエスト ...
https://man.plustar.jp/php/oauth.generatesignature.html - [similar]
直近のレスポンスの HTTP 情報を取得する 4124
« OAuth::getLastResponseHeaders OAuth::getRequestHeader » PHP Manual OAuth 直近のレスポンスの HTTP ... 1) OAuth::getLastResponseInfo — 直近のレスポンスの HTTP 情報を取得する 説明 public OAuth::getLastResponseI ... nfo (): array 直近のレスポンスに関する HTTP 情報を取得します。 パラメータ この関数にはパラメー ...
https://man.plustar.jp/php/oauth.getlastresponseinfo.html - [similar]
CURL コンテキストオプションの一覧 4109
« SSL コンテキストオプション Phar コンテキストオプション » PHP Manual コンテキストオプションとパ ... POST あるいはその他リモートサーバーがサポートする HTTP メソッド。 デフォルトは GET です。 header string リ ... デフォルトは false です。 注意 : このオプションは、http および ftp の両方のプロトコルラッパーで使用可能です ... デフォルトは false です。 注意 : このオプションは、http および ftp の両方のプロトコルラッパーで使用可能です ... ページの取得と POST データの送信 <?php $postdata = http_build_query ( array( 'var1' => 'some content' , 'v ...
https://man.plustar.jp/php/context.curl.html - [similar]
CURLFile オブジェクトを作る 4109
« CURLFile CURLFile::getFilename » PHP Manual CURLFile CURLFile オブジェクトを作る CURLFile::__c ... le::__construct() の例 オブジェクト指向型 <?php /* http://example.com/upload.php: <?php var_dump($_FILES); ... > */ // cURL ハンドルを作ります $ch = curl_init ( 'http://example.com/upload.php' ); // CURLFile オブジェク ... を実行します curl_exec ( $ch ); ?> 手続き型 <?php /* http://example.com/upload.php: <?php var_dump($_FILES); ... > */ // cURL ハンドルを作ります $ch = curl_init ( 'http://example.com/upload.php' ); // CURLFile オブジェク ...
https://man.plustar.jp/php/curlfile.construct.html - [similar]
はじめに 4109
« cURL インストール/設定 » PHP Manual cURL はじめに はじめに PHP は、Daniel Stenbergにより開発さ ... 続し、 通信することが可能になります。libcurl は現在 http, https, ftp, gopher, telnet, dict, file, ldap プロ ... トコルをサポートしてします。libcurl は HTTPS 認証、HTTP POST、HTTP PUT、FTP アップロード(これは ... PHPのftp拡張機能でも実行可能です)、 HTTPフォームによるアップロード、プロキシ、クッキー、 ユー ...
https://man.plustar.jp/php/intro.curl.html - [similar]
OAuth ヘッダ文字列シグネチャを生成する 4109
« OAuth::getLastResponseInfo OAuth::getRequestToken » PHP Manual OAuth OAuth ヘッダ文字列シグネチ ... 成する 説明 public OAuth::getRequestHeader ( string $http_method , string $url , mixed $extra_parameters = ? ... ): string | false 最後の HTTP メソッド、URL そしてパラメータ文字列あるいは配列に ... th ヘッダ文字列シグネチャを生成します。 パラメータ http_method リクエストの HTTP メソッド。 url リクエスト ...
https://man.plustar.jp/php/oauth.getrequestheader.html - [similar]
Register a concurrent call 4109
« Yar_Concurrent_Client Yar_Concurrent_Client::loop » PHP Manual Yar_Concurrent_Client Register ... t_Client::loop() パラメータ uri The RPC server URI(http, tcp) method Service name(aka the method name) par ... log ( $error ); } Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ... ), "callback" ); Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ... loop will be used Yar_Concurrent_Client :: call ( "http://host/api/" , "some_method" , array( "parameters" ...
https://man.plustar.jp/php/yar-concurrent-client.call.html - [similar]
The Swoole\WebSocket\Server class 4085
« Swoole\WebSocket\Frame Swoole\WebSocket\Server::exist » PHP Manual Swoole The Swoole\WebSocket ... ス概要 class Swoole\WebSocket\Server extends Swoole\Http\Server { /* メソッド */ public exist ( int $fd ): ... ata ): string /* 継承したメソッド */ public Swoole\Http\Server::on ( string $event_name , callable $callba ... ck ): void public Swoole\Http\Server::start (): void } 目次 Swoole\WebSocket\Ser ... woole , Server , string , public , data , binary , Http , event , callback , pack ...
https://man.plustar.jp/php/class.swoole-websocket-server.html - [similar]
Makes an HTTP request over the specified connection 4085
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... ction Makes an HTTP request over the specified connection EventHttpCon ... ction::makeRequest (PECL event >= 1.4.0-beta) EventHttpConnection::makeRequest — Makes an HTTP request ove ... r the specified connection 説明 public EventHttpConnection::makeRequest ( EventHttpRequest $req , i ... nt $type , string $uri ): bool Makes an HTTP request over the specified connection. type is one ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]