検索

phrase: max: clip:
target: order:
Results of 591 - 600 of about 1200 for var (0.140 sec.)
ディレクトリ全体を読み込む 2705
« eio_readahead eio_readlink » PHP Manual Eio 関数 ディレクトリ全体を読み込む eio_readdir (PECL ... echo __FUNCTION__ , " called\n" ; echo "data: " ; var_dump ( $data ); echo "result: " ; var_dump ( $resu ... lt ); echo "\n" ; } eio_readdir ( "/var/spool/news" , EIO_READDIR_STAT_ORDER | EIO_READDIR ...
https://man.plustar.jp/php/function.eio-readdir.html - [similar]
マングリングされたオブジェクトのプロパティを配列で返す 2705
« get_declared_traits get_object_vars » PHP Manual クラス/オブジェクト関数 マングリングされたオブ ... ジェクトのプロパティを配列で返す get_mangled_object_vars (PHP 7 >= 7.4.0, PHP 8) get_mangled_object_vars — ... クトのプロパティを配列で返す 説明 get_mangled_object_vars ( object $object ): array object のプロパティを要 ... ティを含む配列を返します。 例 例1 get_mangled_object_vars() の例 <?php class A { public $public = 1 ; prote ... ; $object -> dynamic = 5 ; $object ->{ '6' } = 6 ; var_dump ( get_mangled_object_vars ( $object )); class ...
https://man.plustar.jp/php/function.get-mangled-object-vars.html - [similar]
タイミング攻撃に対して安全な文字列比較 2705
« hash_copy hash_file » PHP Manual Hash 関数 タイミング攻撃に対して安全な文字列比較 hash_equals ... ( 'apple' , '$2a$07$usesomesillystringforsalt$' ); var_dump ( hash_equals ( $expected , $correct )); var_ ...
https://man.plustar.jp/php/function.hash-equals.html - [similar]
通常ファイルかどうかを調べる 2705
« is_executable is_link » PHP Manual ファイルシステム 関数 通常ファイルかどうかを調べる is_file ... WARNING が発生します。 例 例1 is_file() の例 <?php var_dump ( is_file ( 'a_file.txt' )) . "\n" ; var_dump ...
https://man.plustar.jp/php/function.is-file.html - [similar]
イテレータを配列にコピーする 2705
« iterator_count spl_autoload_call » PHP Manual SPL 関数 イテレータを配列にコピーする iterator_t ... cipe' => 'pancakes' , 'egg' , 'milk' , 'flour' )); var_dump ( iterator_to_array ( $iterator , true )); va ...
https://man.plustar.jp/php/function.iterator-to-array.html - [similar]
Unicode のコードポイントに対応する文字を返す 2705
« mb_check_encoding mb_convert_case » PHP Manual マルチバイト文字列 関数 Unicode のコードポイント ... 0x20AC , 128024 ]; foreach ( $values as $value ) { var_dump ( mb_chr ( $value , 'UTF-8' )); var_dump ( mb ...
https://man.plustar.jp/php/function.mb-chr.html - [similar]
置換候補を保持するファイルを設定する 2705
« pspell_config_personal pspell_config_runtogether » PHP Manual Pspell 関数 置換候補を保持するフ ... en" ); pspell_config_personal ( $pspell_config , "/var/dictionaries/custom.pws" ); pspell_config_repl ( $ ... pspell_config , "/var/dictionaries/custom.repl" ); $pspell = pspell_new_ ...
https://man.plustar.jp/php/function.pspell-config-repl.html - [similar]
単語を置換する組を保存する 2705
« pspell_save_wordlist pspell_suggest » PHP Manual Pspell 関数 単語を置換する組を保存する pspell ... en" ); pspell_config_personal ( $pspell_config , "/var/dictionaries/custom.pws" ); pspell_config_repl ( $ ... pspell_config , "/var/dictionaries/custom.repl" ); $pspell = pspell_new_ ...
https://man.plustar.jp/php/function.pspell-store-replacement.html - [similar]
匿名の公開鍵暗号による暗号化 2705
« sodium_crypto_box_seal_open sodium_crypto_box_secretkey » PHP Manual Sodium 関数 匿名の公開鍵暗 ... sodium_base642bin ( $plaintext_b64 , SODIUM_BASE64_VARIANT_ORIGINAL ); $sealed = sodium_crypto_box_seal ( ... $decoded_plaintext , $public_key ); var_dump ( base64_encode ( $sealed )); $opened = sodiu ... m_crypto_box_seal_open ( $sealed , $keypair ); var_dump ( $opened ); ?> 上の例の出力は、 たとえば以下 ...
https://man.plustar.jp/php/function.sodium-crypto-box-seal.html - [similar]
認証付きの共有鍵による暗号化 2705
« sodium_crypto_secretbox_open sodium_crypto_secretstream_xchacha20poly1305_init_pull » PHP Manu ... m_crypto_secretbox ( $plaintext , $nonce , $key ); var_dump ( bin2hex ( $ciphertext )); // The same nouce ... and key are required to decrypt the $ciphertext var_dump ( sodium_crypto_secretbox_open ( $ciphertext ...
https://man.plustar.jp/php/function.sodium-crypto-secretbox.html - [similar]