検索

phrase: max: clip:
target: order:
Results of 291 - 300 of about 3989 for int (0.191 sec.)
実行時設定 2339
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... he.memory_consumption "128" PHP_INI_SYSTEM opcache.interned_strings_buffer "8" PHP_INI_SYSTEM opcache.max ... ャッシュを有効にします。 opcache.memory_consumption int OPcache によって使用される共有メモリ・ストレージの ... 小さい値を設定しても、最小値が強制されます。 opcache.interned_strings_buffer int インターン (intern) された ... メモリ量。( MB 単位) opcache.max_accelerated_files int OPcache ハッシュテーブルのキー(すなわちスクリプト ...
https://man.plustar.jp/php/opcache.configuration.html - [similar]
マングリングされたオブジェクトのプロパティを配列で返す 2328
« get_declared_traits get_object_vars » PHP Manual クラス/オブジェクト関数 マングリングされたオブ ... 例の出力は以下となります。 array(6) { ["Bprivate"]=> int(4) ["public"]=> int(1) ["*protected"]=> int(2) ["A ... private"]=> int(3) ["dynamic"]=> int(5) [6]=> int(6) } array(2) { ... ["AOprivate"]=> int(1) ["dynamic"]=> int(2) } 参考 get_class_vars() - ... ティを取得する 関連キーワード: 配列 , オブジェクト , int , マングリング , vars , mangled , キー , クラス , ...
https://man.plustar.jp/php/function.get-mangled-object-vars.html - [similar]
posix_mknod 定数 2328
« posix_access 定数 posix_setrlimit 定数 » PHP Manual 定義済み定数 posix_mknod 定数 posix_mknod( ... い場合があることに注意してください。 POSIX_S_IFBLK ( int ) ブロックスペシャルファイル。 POSIX_S_IFCHR ( int ... ) キャラクタスペシャルファイル。 POSIX_S_IFIFO ( int ) FIFO (名前つきパイプ) スペシャルファイル。 POSIX ... _S_IFREG ( int ) 通常のファイル。 POSIX_S_IFSOCK ( int ) ソケット ... 。 関連キーワード: 定数 , mknod , int , スペシャル , 注意 , setrlimit , 定義 , ブロック ...
https://man.plustar.jp/php/posix.constants.mknod.html - [similar]
DOMDocument クラス 2317
« DOMComment::__construct DOMDocument::__construct » PHP Manual DOM DOMDocument クラス DOMDocume ... ? DOMElement $ lastElementChild ; public readonly int $ childElementCount ; /* 継承したプロパティ */ pub ... me ; public ? string $ nodeValue ; public readonly int $ nodeType ; public readonly ? DOMNode $ parentNod ... : DOMNode | false public load ( string $filename , int $options = 0 ): DOMDocument | bool public loadHTML ... ( string $source , int $options = 0 ): DOMDocument | bool public loadHTML ...
https://man.plustar.jp/php/class.domdocument.html - [similar]
The SolrMissingMandatoryParameterException class 2317
« SolrIllegalOperationException::getInternalInfo サーバー固有のモジュール » PHP Manual Solr The ... ge = "" ; private string $ string = "" ; protected int $ code ; protected string $ file = "" ; protected ... private ? Throwable $ previous = null ; protected int $ sourceline ; protected string $ sourcefile ; pro ... ): ? Throwable final public Exception::getCode (): int final public Exception::getFile (): string final p ... ublic Exception::getLine (): int final public Exception::getTrace (): array final p ...
https://man.plustar.jp/php/class.solrmissingmandatoryparameterexception.html - [similar]
コードポイントの合成クラスを取得する 2317
« IntlChar::getBlockCode IntlChar::getFC_NFKC_Closure » PHP Manual IntlChar コードポイントの合成 ... クラスを取得する IntlChar::getCombiningClass (PHP 7, PHP 8) IntlChar::g ... ドポイントの合成クラスを取得する 説明 public static IntlChar::getCombiningClass ( int | string $codepoint ... ): ? int 指定されたコードポイントの合成クラス (combining cl ... ass) を返します。 パラメータ codepoint コードポイントを表す int 型の値 (例: U+2603 SNOWMA ...
https://man.plustar.jp/php/intlchar.getcombiningclass.html - [similar]
定義済み定数 2317
« リソース型 例 » PHP Manual Memcache 定義済み定数 定義済み定数 Memcache 定数 名前 説明 MEMCACHE ... _COMPRESSED ( int ) Memcache::set() 、 Memcache::add() そして Memcac ... 時にデータの圧縮を行います。 MEMCACHE_HAVE_SESSION ( int ) この Memcache セッションハンドラが有効な場合に 1 ... 、それ以外の場合に 0 となります。 MEMCACHE_USER1 ( int ) Memcache::set() 、 Memcache::add() そして Memcac ... リケーションフラグとして使います。 MEMCACHE_USER2 ( int ) Memcache::set() 、 Memcache::add() そして Memcac ...
https://man.plustar.jp/php/memcache.constants.html - [similar]
ImagickPixelIterator クラス 2307
« ImagickPixel::setIndex ImagickPixelIterator::clear » PHP Manual ImageMagick ImagickPixelIterat ... entIteratorRow (): array public getIteratorRow (): int public getNextIteratorRow (): array public getPrev ... ol public newPixelRegionIterator ( Imagick $wand , int $x , int $y , int $columns , int $rows ): bool pub ... etIteratorLastRow (): bool public setIteratorRow ( int $row ): bool public syncIterator (): bool } 目次 I ... キーワード: ImagickPixelIterator , public , クラス , int , 設定 , Imagick , wand , array , getPreviousItera ...
https://man.plustar.jp/php/class.imagickpixeliterator.html - [similar]
マスクにマッチしない最初のセグメントの長さを返す 2307
« strcoll strip_tags » PHP Manual String 関数 マスクにマッチしない最初のセグメントの長さを返す s ... 説明 strcspn ( string $string , string $characters , int $offset = 0 , ? int $length = null ): int string に ... var_dump ( $f ); ?> 上の例の出力は以下となります。 int(0) int(0) int(2) int(2) int(5) int(4) 注意 注意 : ... ing , セグメント , 最初 , 文字 , length , offset , int , マスク , マッチ , strcspn ...
https://man.plustar.jp/php/function.strcspn.html - [similar]
非対称暗号化のパディングフラグ 2307
« 目的を調べるフラグ キーの型 » PHP Manual 定義済み定数 非対称暗号化のパディングフラグ 非対称暗号 ... 化のパディングフラグ OPENSSL_PKCS1_PADDING ( int ) OPENSSL_SSLV23_PADDING ( int ) OPENSSL_NO_PADDIN ... G ( int ) OPENSSL_PKCS1_OAEP_PADDING ( int ) 関連キーワード ... : フラグ , 非対称 , int , 目的 , キー , 定義 , 定数 , ...
https://man.plustar.jp/php/openssl.padding.html - [similar]