検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 127 for PUT (0.105 sec.)
暗号化のために、シークレットストリームのコンテキストを初期化する 5395
« sodium_crypto_secretstream_xchacha20poly1305_init_pull sodium_crypto_secretstream_xchacha20pol ... ush() の例 <?php function encrypt_file ( string $inputFilePath , string $outputFilePath , string $key ): ... retstream_xchacha20poly1305_init_push ( $key ); $inputFile = fopen ( $inputFilePath , 'rb' ); $outputFile ... = fopen ( $outputFilePath , 'wb' ); // Write the header: fwrite ( $o ... utputFile , $header ); $inputFileSize = fstat ( $inputFi ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
Add a task to be run in parallel 5395
« GearmanClient::addServers GearmanClient::addTaskBackground » PHP Manual GearmanClient Add a ta ... ); # Add some tasks for a placeholder of where to put the results $results = array(); $client -> addTask ...
https://man.plustar.jp/php/gearmanclient.addtask.html - [similar]
関数・メソッド 5395
« 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ ... are - Prepare a SQL statement for execution cubrid_put - Update a column using OID cubrid_query - Send a ... end_glo - Read data from glo and send it to std output cubrid_seq_drop - Delete an element from sequence ... ent to a sequence type column using OID cubrid_seq_put - Update the element value of sequence type column ... quence containing all the pairs of the map Ds\Map::put - Associates a key with a value Ds\Map::putAll - A ...
https://man.plustar.jp/php/indexes.functions.html - [similar]
名前を使用して、エントリのファイルハンドラ (読み込み専用) を取得する 5395
« ZipArchive::getStatusString ZipArchive::getStreamIndex » PHP Manual ZipArchive 名前を使用して、 ... tents .= fread ( $fp , 2 ); } fclose ( $fp ); file_put_contents ( 't' , $contents ); echo "終了\n" ; } ?> ...
https://man.plustar.jp/php/ziparchive.getstream.html - [similar]
SessionHandlerInterface クラス 5346
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInter ... function write ( $id , $data ): bool { return file_put_contents ( " $this -> savePath /sess_ $id " , $dat ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
Yaf_Request_Abstract クラス 5346
« Yaf_Registry::set Yaf_Request_Abstract::clearParams » PHP Manual Yaf Yaf_Request_Abstract クラ ... isOptions (): bool public isPost (): bool public isPut (): bool public isRouted (): bool public isXmlHttp ... リクエストかどうかを判定する Yaf_Request_Abstract::isPutPUTリクエストかどうかを判定する Yaf_Request_Abst ...
https://man.plustar.jp/php/class.yaf-request-abstract.html - [similar]
複数ファイルのアップロード 5346
« 陥りやすい落とし穴 PUT メソッドのサポート » PHP Manual ファイルアップロードの処理 複数ファイル ... のアップロード 複数ファイルのアップロード input で異なった name を 使用することにより、複数のファイ ... ="multipart/form-data"> Send these files:<br /> <input name="userfile[]" type="file" /><br /> <input name ... ="userfile[]" type="file" /><br /> <input type="submit" value="Send files" /> </form> 上記の ... ultipart/form-data"> Send this directory:<br /> <input name="userfile[]" type="file" webkitdirectory mult ...
https://man.plustar.jp/php/features.file-upload.multiple.html - [similar]
ファイルポインタから 1 行取り出し、HTML タグを取り除く 5346
« fgets file_exists » PHP Manual ファイルシステム 関数 ファイルポインタから 1 行取り出し、HTML タ ... ></html> Text outside of the HTML block. EOD; file_put_contents ( 'sample.php' , $str ); $handle = @ fope ...
https://man.plustar.jp/php/function.fgetss.html - [similar]
オブジェクトのシリアライズ 5346
« オブジェクトと参照 共変性と反変性 » PHP Manual クラスとオブジェクト オブジェクトのシリアライズ ... age2.php からみつけられるどこかに書き出します file_put_contents ( 'store' , $s ); // page2.php: // シリア ...
https://man.plustar.jp/php/language.oop5.serialization.html - [similar]
HTTP(s) URL へのアクセス 5346
« file:// ftp:// » PHP Manual サポートするプロトコル/ラッパー HTTP(s) URL へのアクセス http:// h ... ーしたりすることはできません。 たとえば POST および PUT リクエストを送信することも、 HTTP コンテキスト を使 ...
https://man.plustar.jp/php/wrappers.http.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 NEXT