検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 351 for output (0.024 sec.)
Initiates a backup task in the service manager and returns immediately 3830
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... abase server, you don't have any chance to get its output. This argument is useless. 戻り値 成功した場合に t ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
Initiates a restore task in the service manager and returns immediately 3830
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... abase server, you don't have any chance to get its output. This argument is useless. 戻り値 成功した場合に t ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
MQSeries MQPUT 3830
« mqseries_put1 mqseries_set » PHP Manual mqseries 関数 MQSeries MQPUT mqseries_put (PECL mqseri ... | MQSERIES_MQOO_FAIL_IF_QUIESCING | MQSERIES_MQOO_OUTPUT , $obj , $comp_code , $reason ); // これで、$obj は ...
https://man.plustar.jp/php/function.mqseries-put.html - [similar]
NET-SNMP ライブラリで enable の値を設定する 3830
« snmp_set_oid_output_format snmp_set_valueretrieval » PHP Manual SNMP 関数 NET-SNMP ライブラリで ...
https://man.plustar.jp/php/function.snmp-set-quick-print.html - [similar]
復号のためのシークレットストリームのコンテキストを初期化する 3830
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So ... ion decrypt_file ( string $inputFilePath , string $outputFilePath , string $key ): void { $inputFile = fopen ... ( $inputFilePath , 'rb' ); $outputFile = fopen ( $outputFilePath , 'wb' ); $header = ... // Decrypt the file and write its contents to the output file: for ( $i = 24 ; $i < $inputFileSize ; $i += ... 0poly1305_pull ( $state , $ctxt_chunk ); fwrite ( $outputFile , $ptxt_chunk ); } sodium_memzero ( $state ); ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
暗号化のために、シークレットストリームのコンテキストを初期化する 3830
« sodium_crypto_secretstream_xchacha20poly1305_init_pull sodium_crypto_secretstream_xchacha20pol ... ion encrypt_file ( string $inputFilePath , string $outputFilePath , string $key ): void { [ $state , $header ... ); $inputFile = fopen ( $inputFilePath , 'rb' ); $outputFile = fopen ( $outputFilePath , 'wb' ); // Write t ... he header: fwrite ( $outputFile , $header ); $inputFileSize = fstat ( $inputFi ... // Encrypt the file and write its contents to the output file: for ( $i = 0 ; $i < $inputFileSize ; $i += 8 ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
外部プログラムを実行し、出力を表示する 3830
« shell_exec parallel » PHP Manual プログラム実行関数 外部プログラムを実行し、出力を表示する sys ... を表示します。 echo ' </pre> <hr />Last line of the output: ' . $last_line . ' <hr />Return value: ' . $retva ...
https://man.plustar.jp/php/function.system.html - [similar]
新しいオブジェクトを生成する際に、クラスの代わりにモックを使う 3830
« uopz_set_hook uopz_set_property » PHP Manual Uopz 関数 新しいオブジェクトを生成する際に、クラス ... A :: who (); ?> 上の例の出力は以下となります。 A A Output of the above example in uopz 5: mockA mockA 参考 u ...
https://man.plustar.jp/php/function.uopz-set-mock.html - [similar]
Basic Gearman client and worker, background 3830
« Basic usage Basic Gearman client and worker, submitting tasks » PHP Manual 例 Basic Gearman cl ... to # "reverse_fn_fast" for a faster worker with no output. $gmworker -> addFunction ( "reverse" , "reverse_f ...
https://man.plustar.jp/php/gearman.examples-reverse-bg.html - [similar]
Basic usage 3830
« 例 Basic Gearman client and worker, background » PHP Manual 例 Basic usage Basic usage 例1 Bas ... to # "reverse_fn_fast" for a faster worker with no output. $gmworker -> addFunction ( "reverse" , "reverse_f ...
https://man.plustar.jp/php/gearman.examples-reverse.html - [similar]