検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 61 for dev (0.069 sec.)
Creates an initialization vector (IV) from a random source 16162
« Mcrypt 関数 mcrypt_decrypt » PHP Manual Mcrypt 関数 Creates an initialization vector (IV) from ... crypt_create_iv ( int $size , int $source = MCRYPT_DEV_URANDOM ): string Creates an initialization vector ... RYPT_RAND (system random number generator), MCRYPT_DEV_RANDOM (read data from /dev/random ) and MCRYPT_DE ... V_URANDOM (read data from /dev/urandom ). Prior to 5.3.0, MCRYPT_RAND was the onl ... hat the default value of this parameter was MCRYPT_DEV_RANDOM prior to PHP 5.6.0. 注意 : Note that MCRYPT ...
https://man.plustar.jp/php/function.mcrypt-create-iv.html - [similar]
インストール手順 11567
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 この » PECL 拡 ... ンストール $ apt install build-essential libprotobuf-dev libboost-dev openssl protobuf-compiler liblz4-tool ... 望ましい拡張機能と一緒にPHPをインストール; php7.2-dev はコンパイルに必須 $ apt install php7.2-cli php7.2 ... -dev php7.2-mysql php7.2-pdo php7.2-xml // 拡張機能をコ ... ンパイル $ pecl install mysql_xdevapi pecl install コマンドは、PHP の拡張機能を有効に ...
https://man.plustar.jp/php/mysql-xdevapi.installation.html - [similar]
ランダムなトークンを生成する 9465
« OAuthProvider::consumerHandler OAuthProvider::is2LeggedEndpoint » PHP Manual OAuthProvider ラン ... ます。 strong true に設定すると、エントロピーとして /dev/random を使います。 それ以外の場合は、ブロックされ ... ることのない /dev/urandom を使います。 このパラメータは、Windows では ... イト , generateToken , strong , パラメータ , 実装 , dev , データ , ランダム ...
https://man.plustar.jp/php/oauthprovider.generatetoken.html - [similar]
The RarEntry class 9335
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry clas ... TRIBUTE_WIN_ARCHIVE = 32 ; const int ATTRIBUTE_WIN_DEVICE = 64 ; const int ATTRIBUTE_WIN_NORMAL = 128 ; c ... E_UNIX_FIFO = 4096 ; const int ATTRIBUTE_UNIX_CHAR_DEV = 8192 ; const int ATTRIBUTE_UNIX_DIRECTORY = 1638 ... 4 ; const int ATTRIBUTE_UNIX_BLOCK_DEV = 24576 ; const int ATTRIBUTE_UNIX_REGULAR_FILE = ... t OS is Microsoft Windows. RarEntry::ATTRIBUTE_WIN_DEVICE Bit that represents a Windows entry with a devi ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
暗号化フィルタ 8291
« 圧縮フィルタ サポートされるソケットトランスポートのリスト » PHP Manual 利用できるフィルタのリス ... _CBC ); $iv = mcrypt_create_iv ( $iv_size , MCRYPT_DEV_URANDOM ); $fp = fopen ( 'encrypted-file.enc' , 'w ... $hmac_salt = mcrypt_create_iv ( $iv_size , MCRYPT_DEV_URANDOM )); fwrite ( $fc , $esalt = mcrypt_create_ ... iv ( $iv_size , MCRYPT_DEV_URANDOM )); fwrite ( $fc , $iv = mcrypt_create_iv ... ( $iv_size , MCRYPT_DEV_URANDOM )); $ekey = hash_pbkdf2 ( "sha256" , $pass ...
https://man.plustar.jp/php/filters.encryption.html - [similar]
特殊ファイルあるいは一般ファイルを作る 8291
« eio_mkdir eio_nop » PHP Manual Eio 関数 特殊ファイルあるいは一般ファイルを作る eio_mknod (PECL ... eio >= 0.0.1dev) eio_mknod — 特殊ファイルあるいは一般ファイルを作る ... 説明 eio_mknod ( string $path , int $mode , int $dev , int $pri = EIO_PRI_DEFAULT , callable $callback ... パーミッションの指定には EIO_S_I* 定数も使えます。 dev ファイルタイプが EIO_S_IFCHR あるいは EIO_S_IFBLK ... > int(1318241261) [11]=> int(4096) [12]=> int(0) ["dev"]=> int(17) ["ino"]=> int(2337608) ["mode"]=> int( ...
https://man.plustar.jp/php/function.eio-mknod.html - [similar]
php.ini のセクション一覧 8161
« php.ini ディレクティブのリスト コア php.ini ディレクティブに関する説明 » PHP Manual php.ini デ ... 、 指定した名前のホスト上でのみ有効となります。 例1 dev. ドメインではエラーを画面に表示させるようにする例 ... [HOST=dev.site.com] error_reporting = E_ALL display_errors = ...
https://man.plustar.jp/php/ini.sections.html - [similar]
変更された関数 8030
« PHP 5.6.x で推奨されなくなる機能 新しい関数 » PHP Manual PHP 5.5.x から PHP 5.6.x への移行 変更 ... e_iv() の source パラメータのデフォルトが、 MCRYPT_DEV_RANDOM から MCRYPT_DEV_URANDOM に変わりました。 Op ...
https://man.plustar.jp/php/migration56.changed-functions.html - [similar]
定義済み定数 7769
« リソース型 Mcrypt 暗号 » PHP Manual Mcrypt 定義済み定数 定義済み定数 以下の定数が定義されていま ... RYPT_ENCRYPT ( int ) MCRYPT_DECRYPT ( int ) MCRYPT_DEV_RANDOM ( int ) MCRYPT_DEV_URANDOM ( int ) MCRYPT_R ...
https://man.plustar.jp/php/mcrypt.constants.html - [similar]
インストール手順 7494
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 PHP の OpenSS ... び Unix 系のプラットフォーム (Linux など) の場合、 /dev/urandom あるいは /dev/random デバイスがこれにあたり ...
https://man.plustar.jp/php/openssl.installation.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT