検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 127 for PUT (0.101 sec.)
ファイルから 1 行取り出し HTML タグを取り除く 5432
« SplFileObject::fgets SplFileObject::flock » PHP Manual SplFileObject ファイルから 1 行取り出し ... ></html> Text outside of the HTML block. EOD; file_put_contents ( "sample.php" , $str ); $file = new SplF ...
https://man.plustar.jp/php/splfileobject.fgetss.html - [similar]
ファイルを修正し、それを文字列として返す 5432
« tidy::parseString tidy::repairString » PHP Manual tidy ファイルを修正し、それを文字列として返す ... ( $file ); rename ( $file , $file . '.bak' ); file_put_contents ( $file , $repaired ); ?> 参考 tidy::pars ...
https://man.plustar.jp/php/tidy.repairfile.html - [similar]
さまざまな入出力ストリームへのアクセス 5432
« ftp:// zlib:// » PHP Manual サポートするプロトコル/ラッパー さまざまな入出力ストリームへのアク ... t および php://stderr は書き込み専用です。 php://input php://input は読み込み専用のストリームで、 リクエス ... 部から生のデータを読み込むことができます。 php://input は、 enctype="multipart/form-data" に対しては使用で ... きません。 php://output php://output は書き込み専用のストリームで、 print ... 制約される No allow_url_include で制約される php://input 、 php://stdin 、 php://memory および php://temp の ...
https://man.plustar.jp/php/wrappers.php.html - [similar]
Get a column using OID 5395
« cubrid_get_server_info cubrid_insert_id » PHP Manual CUBRID 関数 Get a column using OID cubrid ... g(3) "333" } ["d"]=> string(10) "a " } 参考 cubrid_put() - Update a column using OID 関連キーワード: stri ...
https://man.plustar.jp/php/function.cubrid-get.html - [similar]
Roll back a transaction 5395
« cubrid_put cubrid_schema » PHP Manual CUBRID 関数 Roll back a transaction cubrid_rollback (PEC ...
https://man.plustar.jp/php/function.cubrid-rollback.html - [similar]
さまざまな FTP 実行時オプションを設定する 5395
« ftp_rmdir ftp_site » PHP Manual FTP 関数 さまざまな FTP 実行時オプションを設定する ftp_set_opt ... 秒です。 FTP_AUTOSEEK 有効になっている場合は、GET や PUT のリクエストが resumepos や startpos のパラメータ付 ...
https://man.plustar.jp/php/function.ftp-set-option.html - [similar]
ファイルの内容から、ハッシュ値を生成する 5395
« hash_equals hash_final » PHP Manual Hash 関数 ファイルの内容から、ハッシュ値を生成する hash_fi ... * ハッシュ値を計算するファイルを作成します */ file_put_contents ( 'example.txt' , 'The quick brown fox ju ...
https://man.plustar.jp/php/function.hash-file.html - [similar]
HMAC 方式を使用して、指定されたファイルの内容からハッシュ値を生成する 5395
« hash_hmac_algos hash_hmac » PHP Manual Hash 関数 HMAC 方式を使用して、指定されたファイルの内容 ... * ハッシュ値を計算するファイルを作成します */ file_put_contents ( 'example.txt' , 'The quick brown fox ju ...
https://man.plustar.jp/php/function.hash-hmac-file.html - [similar]
出力バッファをフラッシュし、その内容を文字列として返した後で出力バッファリングを... 5395
« ob_get_contents ob_get_length » PHP Manual 出力制御 関数 出力バッファをフラッシュし、その内容を ... 出力バッファを開始するときに、 ob_start() で PHP_OUTPUT_HANDLER_FLUSHABLE フラグを指定する必要があります。 ... ファイルに保存します $buffer = ob_get_flush (); file_put_contents ( 'buffer.txt' , $buffer ); print_r ( ob_ ... 例の出力は以下となります。 Array ( [0] => default output handler ) Array ( ) 参考 ob_end_clean() - 出力用バ ...
https://man.plustar.jp/php/function.ob-get-flush.html - [similar]
復号のためのシークレットストリームのコンテキストを初期化する 5395
« sodium_crypto_secretbox sodium_crypto_secretstream_xchacha20poly1305_init_push » PHP Manual So ... ull() の例 <?php function decrypt_file ( string $inputFilePath , string $outputFilePath , string $key ): ... void { $inputFile = fopen ( $inputFilePath , 'rb' ); $outputFile ... = fopen ( $outputFilePath , 'wb' ); $header = fread ( $inputFile , 2 ... xchacha20poly1305_init_pull ( $header , $key ); $inputFileSize = fstat ( $inputFile )[ 'size' ]; // Decry ...
https://man.plustar.jp/php/function.sodium-crypto-secretstream-xchacha20poly1305... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT