検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 557 for [SIMILAR] 16 1024 4096 WITH 36351 adaptiveresize... (0.794 sec.)
整数 0
« 論理型 (boolean) 浮動小数点数 » PHP Manual 型 整数 整数 int は、ℤ = {..., -2, -1, 0, 1, 2, ...} という集合です。 以下も参照ください。 任意精度整数 / GMP 浮動小数点数 任意精度整数 / BCMath 構文 整数 (integer) は、10 進数(基数 10)、16 進数 (基数 16)、8 進数 (基数 8) あるいは 2 進数 (基数 ...
https://man.plustar.jp/php/language.types.integer.html - [similar]
基本的な使用法 0
« 例 共有メモリ関数 » PHP Manual 例 基本的な使用法 基本的な使用法 例1 共有メモリ操作の概要 <?php // システムID 0xff3を有する 100 バイトの共有メモリブロックを作成する $shm_id = shmop_open ( 0xff3 , "c" , 0644 , 100 ); if (! $shm_id ) { echo "共有メモリセグメントを作成できませんでした。\n" ...
https://man.plustar.jp/php/shmop.examples-basic.html - [similar]
パターンにマッチするパス名の検索 0
« data:// phar:// » PHP Manual サポートするプロトコル/ラッパー パターンにマッチするパス名の検索 glob:// glob:// — パターンにマッチするパス名の検索 説明 glob: ストリームラッパーは、パターンにマッチするパス名の探索が行なえます。 利用法 glob:// オプション ラッパーの概要 属性 サポートの有無 ...
https://man.plustar.jp/php/wrappers.glob.html - [similar]
Argon2 アルゴリズムを使い、パスワードからキーを導出する 0
« sodium_crypto_pwhash_str sodium_crypto_scalarmult_base » PHP Manual Sodium 関数 Argon2 アルゴリズムを使い、パスワードからキーを導出する sodium_crypto_pwhash (PHP 7 >= 7.2.0, PHP 8) sodium_crypto_pwhash — Argon2 アルゴリズムを使い、パスワードからキーを導出する 説明 sodium_crypto_pwhash ...
https://man.plustar.jp/php/function.sodium-crypto-pwhash.html - [similar]
データベースへの持続的接続を返す 0
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect (PECL ibm_db2 >= 1.0.0) db2_pconnect — データベースへの持続的接続を返す 説明 db2_pconnect ( string $database , string $username , string $password , array $options = ? ): resource IBM DB2 Uni ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 大半のインストール環境では、APCu はデフォルトの設定で問題ありません。 しかし、本格的なユーザーは以下のパラメータのチューニングを考慮すべきです。 APCuを設定するには、ひ ...
https://man.plustar.jp/php/apcu.configuration.html - [similar]
APC User Cache 0
« PHP の振る舞いの変更 はじめに » PHP Manual PHP の振る舞いの変更 APC User Cache APC User Cache はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 APCu 関数 apcu_add — 新規の変数をデータ領域にキャッシュする apcu_cache_info — APCu のデータから、キャッシュさ ...
https://man.plustar.jp/php/book.apcu.html - [similar]
The RarEntry class 0
« RarArchive::__toString RarEntry::extract » PHP Manual Rar The RarEntry class The RarEntry class (PECL rar >= 0.1) はじめに A RAR entry, representing a directory or a compressed file inside a RAR archive. クラス概要 final class RarEntry { /* 定数 */ const int HOST_MSDOS = 0 ; const int ...
https://man.plustar.jp/php/class.rarentry.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 expect 拡張モジュールを設定するために、 設定ファイル php.ini に 設定項目が用意されています。 Expect 設定オプション 名前 デフォルト 変更可能 変更履歴 expect.timeout "1 ...
https://man.plustar.jp/php/expect.configuration.html - [similar]
配列を分割する 0
« array_change_key_case array_column » PHP Manual 配列 関数 配列を分割する array_chunk (PHP 4 >= 4.2.0, PHP 5, PHP 7, PHP 8) array_chunk — 配列を分割する 説明 array_chunk ( array $array , int $length , bool $preserve_keys = false ): array 配列を、要素数が length の配列に分割します。 最後 ...
https://man.plustar.jp/php/function.array-chunk.html - [similar]