検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 351 for output (0.102 sec.)
シール(暗号化)されたデータをオープン(復号)する 4449
« openssl_get_publickey openssl_pbkdf2 » PHP Manual OpenSSL 関数 シール(暗号化)されたデータをオー ... 号)する 説明 openssl_open ( string $data , string &$output , string $encrypted_key , OpenSSLAsymmetricKey | O ... 使用して、 data をオープン(復号)します。 その上で、 output を復号化したデータで埋めます。 エンベロープキーは、 ... は、 openssl_seal() を参照ください。 パラメータ data output 成功した場合、オープンしたデータをここに返します。 ... プン , 復号 , key , string , open , private , data , output ...
https://man.plustar.jp/php/function.openssl-open.html - [similar]
Returns the input buffer 4422
« EventHttpRequest::getHost EventHttpRequest::getInputHeaders » PHP Manual EventHttpRequest Retu ... eturns the input buffer. 参考 EventHttpRequest::getOutputBuffer() - Returns the output buffer of the request ... tHttpRequest , the , getInputBuffer , パラメータ , output , getOutputBuffer , 参考 ...
https://man.plustar.jp/php/eventhttprequest.getinputbuffer.html - [similar]
XOR training 4422
« 例 Fann 関数 » PHP Manual 例 XOR training XOR training This example shows how to train data fo ... 1 -1 例2 Simple train <?php $num_input = 2 ; $num_output = 1 ; $num_layers = 3 ; $num_neurons_hidden = 3 ; ... m_layers , $num_input , $num_neurons_hidden , $num_output ); if ( $ann ) { fann_set_activation_function_hidd ... _SIGMOID_SYMMETRIC ); fann_set_activation_function_output ( $ann , FANN_SIGMOID_SYMMETRIC ); $filename = dir ...
https://man.plustar.jp/php/fann.examples-1.html - [similar]
Description 4422
« Imagick::flopImage Imagick::frameImage » PHP Manual Imagick Description Imagick::forwardFourie ... :: COMPOSITE_MULTIPLY , 0 , 0 ); } if ( false ) { $output = clone $imagickPhase ; $output -> setimageformat ... ng' ); header ( "Content-Type: image/png" ); echo $output -> getImageBlob (); } $magnitude -> inverseFourier ...
https://man.plustar.jp/php/imagick.forwardfouriertransformimage.html - [similar]
iconv 拡張モジュールの内部設定変数を取得する 4404
« iconv 関数 iconv_mime_decode_headers » PHP Manual iconv 関数 iconv 拡張モジュールの内部設定変数 ... 下のどれかとすることができます。 all input_encoding output_encoding internal_encoding 戻り値 成功時に内部設定 ... ernal_encoding" , "UTF-8" ); iconv_set_encoding ( "output_encoding" , "ISO-8859-1" ); var_dump ( iconv_get_e ... となります。 Array ( [input_encoding] => ISO-8859-1 [output_encoding] => ISO-8859-1 [internal_encoding] => UTF ...
https://man.plustar.jp/php/function.iconv-get-encoding.html - [similar]
HTTP 入力文字エンコーディングを検出する 4404
« mb_get_info mb_http_output » PHP Manual マルチバイト文字列 関数 HTTP 入力文字エンコーディングを ... 部文字エンコーディングを設定あるいは取得する mb_http_output() - HTTP 出力文字エンコーディングを設定あるいは取得 ... 入力 , 検出 , type , input , 取得 , 設定 , 配列 , output , 処理 ...
https://man.plustar.jp/php/function.mb-http-input.html - [similar]
ファイルに署名する 4404
« openssl_cms_read openssl_cms_verify » PHP Manual OpenSSL 関数 ファイルに署名する openssl_cms_s ... penssl_cms_sign ( string $input_filename , string $output_filename , OpenSSLCertificate | string $certificat ... す。 パラメータ input_filename 署名するファイル名。 output_filename 処理結果を出力するファイル名。 certificat ... ign() の例 <?php openssl_cms_sign ( 'input.txt' , 'output.txt' , 'file://cert.pem' , 'file://privkey.pem' , ...
https://man.plustar.jp/php/function.openssl-cms-sign.html - [similar]
定義済み定数 4404
« リソース型 JsonException » PHP Manual JSON 定義済み定数 定義済み定数 以下の定数が定義されていま ... が含まれており、エンコードできません。 JSON_PARTIAL_OUTPUT_ON_ERROR オプションを指定した場合は、 再帰参照の部 ... に NAN あるいは INF が含まれています。 JSON_PARTIAL_OUTPUT_ON_ERROR オプションを指定した場合は、 これらの特殊 ... たとえば リソース などが渡されました。 JSON_PARTIAL_OUTPUT_ON_ERROR オプションを指定した場合は、 これらを nul ... ォルトでは \uXXXX にエスケープします)。 JSON_PARTIAL_OUTPUT_ON_ERROR ( int ) エンコード不可能な値は代替値に置き ...
https://man.plustar.jp/php/json.constants.html - [similar]
Produce diff of two XML documents 4404
« XMLDiff\Base::__construct XMLDiff\Base::merge » PHP Manual XMLDiff\Base Produce diff of two XM ... The param order matters and will produce different output. パラメータ from Source XML document. to Target XM ... , document , from , Implementation , パラメータ , output ...
https://man.plustar.jp/php/xmldiff-base.diff.html - [similar]
Connects to a hostname with optionally asyncronous DNS resolving 4377
« EventBufferEvent::connect EventBufferEvent::__construct » PHP Manual EventBufferEvent Connects ... bev -> enable ( Event :: READ | Event :: WRITE ); $output = $bev -> output ; //$bev->getOutput(); if (! $out ... lose\r\n\r\n" )) { exit( "Failed adding request to output buffer\n" ); } if (! $bev -> connectHost ( $dns_ba ...
https://man.plustar.jp/php/eventbufferevent.connecthost.html - [similar]