検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 351 for output (0.016 sec.)
CMS メッセージを暗号化する 4144
« openssl_cms_decrypt openssl_cms_read » PHP Manual OpenSSL 関数 CMS メッセージを暗号化する open ... ssl_cms_encrypt ( string $input_filename , string $output_filename , OpenSSLCertificate | array | string $ce ... す。 パラメータ input_filename 暗号化するファイル。 output_filename ファイルの出力先。 certificate 暗号化され ...
https://man.plustar.jp/php/function.openssl-cms-encrypt.html - [similar]
ファイルポインタの位置を先頭に戻す 4144
« rename rmdir » PHP Manual ファイルシステム 関数 ファイルポインタの位置を先頭に戻す rewind (PHP ... 1 rewind() での上書きの例 <?php $handle = fopen ( 'output.txt' , 'r+' ); fwrite ( $handle , 'Really long sen ... nd ( $handle ); echo fread ( $handle , filesize ( 'output.txt' )); fclose ( $handle ); ?> 上の例の出力は、 た ...
https://man.plustar.jp/php/function.rewind.html - [similar]
Run a single task and return a result [deprecated] 4144
« GearmanClient::data GearmanClient::doBackground » PHP Manual GearmanClient Run a single task a ... to # "reverse_fn_fast" for a faster worker with no output. $gmworker -> addFunction ( "reverse" , "reverse_f ... の例の出力は、 たとえば以下のようになります。 Worker output: Starting Waiting for job... Received job: H:foo.l ... te 5/6 complete 6/6 complete Result: !olleH Client output: Starting Sending job Status: 1/6 complete Data: H ...
https://man.plustar.jp/php/gearmanclient.do.html - [similar]
Run a single task and return a result 4144
« GearmanClient::doLowBackground GearmanClient::doStatus » PHP Manual GearmanClient Run a single ... to # "reverse_fn_fast" for a faster worker with no output. $gmworker -> addFunction ( "reverse" , "reverse_f ... の例の出力は、 たとえば以下のようになります。 Worker output: Starting Waiting for job... Received job: H:foo.l ... te 5/6 complete 6/6 complete Result: !olleH Client output: Starting Sending job Status: 1/6 complete Data: H ...
https://man.plustar.jp/php/gearmanclient.donormal.html - [similar]
RADIUS Attribute Types 4144
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... _OCTETS ( int ) Accounting input bytes RADIUS_ACCT_OUTPUT_OCTETS ( int ) Accounting output bytes RADIUS_ACCT ... CKETS ( int ) Accounting input packets RADIUS_ACCT_OUTPUT_PACKETS ( int ) Accounting output packets RADIUS_A ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
ソース URI を指定して新しい xmlwriter を作成する 4144
« XMLWriter::openMemory XMLWriter::outputMemory » PHP Manual XMLWriter ソース URI を指定して新し ... が返されていました。 例 例1 XML を直接出力する php://output ストリームラッパー を使えば、直接XMLを出力すること ... p $out =new XMLWriter (); $out -> openURI ( 'php://output' ); ?> 注意 注意 : Windows では、この関数を使って開 ...
https://man.plustar.jp/php/xmlwriter.openuri.html - [similar]
Makes an HTTP request over the specified connection 4117
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConne ... ddHeader ( "Host" , $address , EventHttpRequest :: OUTPUT_HEADER ); $req -> addHeader ( "Content-Length" , " ... 0" , EventHttpRequest :: OUTPUT_HEADER ); $conn -> makeRequest ( $req , EventHttpR ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
定義済み定数 4117
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... ing rate. This error function aggressively targets outputs that differ much from the desired, while not targ ... eting outputs that only differ slightly. Not recommended for ca ... that fail. The number of bits means the number of output neurons which differs more than the bit fail limit ... ut neurons in the ann and data do not match FANN_E_OUTPUT_NO_MATCH ( int ) The number of output neurons in t ...
https://man.plustar.jp/php/fann.constants.html - [similar]
シンボリックリンクのグループ所有権を変更する 4117
« is_writeable lchown » PHP Manual ファイルシステム 関数 シンボリックリンクのグループ所有権を変更 ... シンボリックリンクのグループの変更 <?php $target = 'output.php' ; $link = 'output.html' ; symlink ( $target , ...
https://man.plustar.jp/php/function.lchgrp.html - [similar]
現在のバッファの内容を取得し、出力バッファを削除する 4117
« ob_flush ob_get_contents » PHP Manual 出力制御 関数 現在のバッファの内容を取得し、出力バッファ ... 。 出力バッファを開始するときに、 ob_start() で PHP_OUTPUT_HANDLER_CLEANABLE および PHP_OUTPUT_HANDLER_REMOVA ...
https://man.plustar.jp/php/function.ob-get-clean.html - [similar]