検索

phrase: max: clip:
target: order:
Results of 631 - 640 of about 1237 for Data (0.745 sec.)
イテレータをストレージの最初の要素に巻き戻す 2589
« SplObjectStorage::removeAllExcept SplObjectStorage::serialize » PHP Manual SplObjectStorage イ ... $object = $s -> current (); // current($s) と同等 $data = $s -> getInfo (); var_dump ( $object ); var_dump ... ( $data ); $s -> next (); } ?> 上の例の出力は、 たとえば以 ...
https://man.plustar.jp/php/splobjectstorage.rewind.html - [similar]
ディレクトリハンドルからエントリを読み込む 2589
« streamWrapper::dir_opendir streamWrapper::dir_rewinddir » PHP Manual streamWrapper ディレクトリ ... this entry $header = fread ( $this -> fp , 512 ); $data = unpack ( "a100filename/a8mode/a8uid/a8gid/a12siz ... Trim the filename and filesize $filename = trim ( $data [ "filename" ]); // No filename? We are the end of ... lename ) { return false ; } $octal_bytes = trim ( $data [ "size" ]); // Filesize is defined in octects $by ...
https://man.plustar.jp/php/streamwrapper.dir-readdir.html - [similar]
2589
« 定義済み定数 Xhprof 関数 » PHP Manual Xhprof 例 例 例1 オプションの GUI を使った Xhprof の例 こ ... 0 ; $i <= 1000 ; $i ++) { $a = $i * $i ; } $xhprof_data = xhprof_disable (); $XHPROF_ROOT = "/tools/xhprof ... t (); $run_id = $xhprof_runs -> save_run ( $xhprof_data , "xhprof_testing" ); echo "http://localhost/xhpro ...
https://man.plustar.jp/php/xhprof.examples.html - [similar]
SessionHandlerInterface クラス 2572
« SessionHandler::write SessionHandlerInterface::close » PHP Manual Sessions SessionHandlerInter ... string | false public write ( string $id , string $data ): bool } 例1 SessionHandlerInterface の使用例 この ... h /sess_ $id " ); } public function write ( $id , $data ): bool { return file_put_contents ( " $this -> sa ... vePath /sess_ $id " , $data ) === false ? false : true ; } public function des ...
https://man.plustar.jp/php/class.sessionhandlerinterface.html - [similar]
新しい cdata ノードを作成する 2572
« DOMDocument::createAttributeNS DOMDocument::createComment » PHP Manual DOMDocument 新しい cdata ... a ノードを作成する DOMDocument::createCDATASection (PHP 5, PHP 7, PHP 8) DOMDocument::createCD ... ATASection — 新しい cdata ノードを作成する 説明 public DOMDocument::createCD ... ATASection ( string $data ): DOMCdataSection | false この関数は、 DOMCDATASe ... い限り、ドキュメント内にあらわれません。 パラメータ data cdata の内容。 戻り値 新しい DOMCDATASection 、ある ...
https://man.plustar.jp/php/domdocument.createcdatasection.html - [similar]
Create a glo instance 2572
« cubrid_load_from_glo cubrid_save_to_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Create ... le in a GLO instance cubrid_load_from_glo() - Read data from a GLO instance and save it in a file cubrid_s ... end_glo() - Read data from glo and send it to std output 関連キーワード: ...
https://man.plustar.jp/php/function.cubrid-new-glo.html - [similar]
Save requested file in a GLO instance 2572
« cubrid_new_glo cubrid_send_glo » PHP Manual CUBRID 廃止されたエイリアスと関数 Save requested f ... reate a glo instance cubrid_load_from_glo() - Read data from a GLO instance and save it in a file cubrid_s ... end_glo() - Read data from glo and send it to std output 関連キーワード: ...
https://man.plustar.jp/php/function.cubrid-save-to-glo.html - [similar]
指定したエンベロープおよびボディセクションに基づいて MIME メッセージを作成する 2572
« imap_lsub imap_mail_copy » PHP Manual IMAP 関数 指定したエンベロープおよびボディセクションに基 ... sition の名前と値を連想配列で指定します。 contents.data string ペイロード lines int The size of the payloa ... on" ] = basename ( $filename ); $part2 [ "contents.data" ] = $contents ; $part3 [ "type" ] = TYPETEXT ; $p ... scription" ] = "description3" ; $part3 [ "contents.data" ] = "contents.data3\n\n\n\t" ; $body [ 1 ] = $par ...
https://man.plustar.jp/php/function.imap-mail-compose.html - [similar]
AES-256-GCM を使って暗号化し、認証を行う 2572
« sodium_crypto_aead_aes256gcm_decrypt sodium_crypto_aead_aes256gcm_is_available » PHP Manual So ... gcm_encrypt ( string $message , string $additional_data , string $nonce , string $key ): string AES-256-GC ... メータ message 暗号化するプレーンテキスト additional_data 追加の認証データ。 これは、 暗号化されたテキストに ...
https://man.plustar.jp/php/function.sodium-crypto-aead-aes256gcm-encrypt.html - [similar]
ChaCha20-Poly1305 を用いてメッセージを検証し、復号する 2572
« sodium_crypto_aead_aes256gcm_keygen sodium_crypto_aead_chacha20poly1305_encrypt » PHP Manual S ... _decrypt ( string $ciphertext , string $additional_data , string $nonce , string $key ): string | false Ch ... グを連結したもの) でなければなりません。 additional_data 追加の認証データ。 これは、 暗号化されたテキストに ...
https://man.plustar.jp/php/function.sodium-crypto-aead-chacha20poly1305-decrypt.... - [similar]