検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 1032 for example (0.189 sec.)
Send an HTML error message to the client 3509
« EventHttpRequest::removeHeader EventHttpRequest::sendReply » PHP Manual EventHttpRequest Send ... を返しません。 例 例1 EventHttpRequest::sendError() example <?php function _http_400 ( $req ) { $req -> sendEr ... dError , sendReply , reason , explanation , 参考 , example , standard ...
https://man.plustar.jp/php/eventhttprequest.senderror.html - [similar]
送信した (もしくは送信される予定の) レスポンスヘッダの一覧を返す 3509
« header headers_sent » PHP Manual ネットワーク 関数 送信した (もしくは送信される予定の) レスポン ... 戻り値 ヘッダを、数値添字の配列で返します。 例 例1 Example using headers_list() <?php /* setcookie() でレスポ ... はほとんどのクライアントで無視されます */ header ( "Example-Test: foo" ); /* レスポンスがプレーンテキストだと宣 ... string(19) "Set-Cookie: foo=bar" [1]=> string(17) "Example-Test: foo" [2]=> string(39) "Content-Type: text/pl ...
https://man.plustar.jp/php/function.headers-list.html - [similar]
CSR をファイルにエクスポートする 3509
« openssl_cms_verify openssl_csr_export » PHP Manual OpenSSL 関数 CSR をファイルにエクスポートす ... le() の例 <?php $subject = array( "commonName" => "example.com" , ); $private_key = openssl_pkey_new (array( ... ) ); openssl_pkey_export_to_file ( $private_key , 'example-priv.key' ); // Along with the subject, the CSR co ... e private key openssl_csr_export_to_file ( $csr , 'example-csr.pem' ); ?> 参考 openssl_csr_export() - CSR を文 ...
https://man.plustar.jp/php/function.openssl-csr-export-to-file.html - [similar]
Returns a string description of the last connect error 3509
« Stomp 関数 stomp_version » PHP Manual Stomp 関数 Returns a string description of the last conn ... if no error occurred. 例 例1 stomp_connect_error() example <?php $link = stomp_connect ( 'http://localhost:61 ... on , パラメータ , version , describes , occurred , example , 出力 ...
https://man.plustar.jp/php/function.stomp-connect-error.html - [similar]
Returns the status of working copy files and directories 3509
« svn_revert svn_update » PHP Manual SVN 関数 Returns the status of working copy files and direc ... tamp of last up-to-date time for text 例 例1 Basic example This example demonstrates a basic, theoretical usa ... update [name] => sandwich.txt [url] => http://www.example.com/svnroot/deli/trunk/sandwich.txt [repos] => htt ... p://www.example.com/svnroot/ [revision] => 123 [kind] => 1 // file ...
https://man.plustar.jp/php/function.svn-status.html - [similar]
Copy a function 3509
« uopz_compose uopz_del_function » PHP Manual Uopz 関数 Copy a function uopz_copy (PECL uopz 1 > ... sure for the specified function 例 例1 uopz_copy() example <?php $strtotime = uopz_copy ( 'strtotime' ); uopz ... py , string , Closure , 関数 , containing , 出力 , example ...
https://man.plustar.jp/php/function.uopz-copy.html - [similar]
どの API を使うか 3509
« 用語説明 どのライブラリを選ぶか » PHP Manual MySQL 用 PHP ドライバの概要 どの API を使うか どの ... O が提供する API を示します。 それぞれのコードは、"example.com" 上で稼働する MySQL サーバーに ユーザー名 "use ... API の比較 <?php // mysqli $mysqli = new mysqli ( "example.com" , "user" , "password" , "database" ); $result ... '_message' ]); // PDO $pdo = new PDO ( 'mysql:host=example.com;dbname=database' , 'user' , 'password' ); $sta ...
https://man.plustar.jp/php/mysqlinfo.api.choosing.html - [similar]
Sets User Fields parameter (uf) 3509
« SolrDisMaxQuery::setTrigramPhraseSlop SolrDisMaxQuery::useDisMaxQueryParser » PHP Manual SolrD ... isMaxQuery 例 例1 SolrDisMaxQuery::setUserFields() example <?php $dismaxQuery = new SolrDisMaxQuery ( 'lucene ... eter , Sets , setUserFields , fields , Parameter , example ...
https://man.plustar.jp/php/solrdismaxquery.setuserfields.html - [similar]
Adds values to the end of the vector 3466
« Ds\Vector::pop Ds\Vector::reduce » PHP Manual Vector Adds values to the end of the vector Ds\V ... . 戻り値 値を返しません。 例 例1 Ds\Vector::push() example <?php $vector = new \ Ds \ Vector (); $vector -> p ... , of , the , pop , reduce , public , パラメータ , example ...
https://man.plustar.jp/php/ds-vector.push.html - [similar]
Adds values to the front of the vector 3466
« Ds\Vector::toArray Deque » PHP Manual Vector Adds values to the front of the vector Ds\Vector: ... 戻り値 値を返しません。 例 例1 Ds\Vector::unshift() example <?php $vector = new \ Ds \ Vector ([ 1 , 2 , 3 ]); ... Adds , the , Ds , of , unshift , Multiple , 出力 , example ...
https://man.plustar.jp/php/ds-vector.unshift.html - [similar]