検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 352 for [SIMILAR] 16 1024 4096 WITH 45167 ンポ WITH 3235... (0.386 sec.)
The SyncEvent class 0
« SyncSemaphore::unlock SyncEvent::__construct » PHP Manual Sync The SyncEvent class The SyncEvent class (PECL sync >= 1.0.0) はじめに A cross-platform, native implementation of named and unnamed event objects. Both automatic and manual event objects are supported. An event object waits, ...
https://man.plustar.jp/php/class.syncevent.html - [similar]
Determines whether an object is equal to the current instance 0
« Hashable Ds\Hashable::hash » PHP Manual Hashable Determines whether an object is equal to the current instance Ds\Hashable::equals (PECL ds >= 1.0.0) Ds\Hashable::equals — Determines whether an object is equal to the current instance 説明 abstract public Ds\Hashable::equals ( object $o ...
https://man.plustar.jp/php/ds-hashable.equals.html - [similar]
Initiate a chunked reply 0
« EventHttpRequest::sendReplyEnd EventListener » PHP Manual EventHttpRequest Initiate a chunked reply EventHttpRequest::sendReplyStart (PECL event >= 1.4.0-beta) EventHttpRequest::sendReplyStart — Initiate a chunked reply 説明 public EventHttpRequest::sendReplyStart ( int $code , string ...
https://man.plustar.jp/php/eventhttprequest.sendreplystart.html - [similar]
Compares memory areas 0
« FFI::load FFI::memcpy » PHP Manual FFI Compares memory areas FFI::memcmp (PHP 7 >= 7.4.0, PHP 8) FFI::memcmp — Compares memory areas 説明 public static FFI::memcmp ( string | FFI\CData &$ptr1 , string | FFI\CData &$ptr2 , int $size ): int Compares size bytes from the memory areas ptr1 ...
https://man.plustar.jp/php/ffi.memcmp.html - [similar]
Description 0
« ImagickKernel ImagickKernel::addUnityKernel » PHP Manual ImagickKernel Description ImagickKernel::addKernel (PECL imagick >= 3.3.0) ImagickKernel::addKernel — Description 説明 public ImagickKernel::addKernel ( ImagickKernel $ImagickKernel ): void Attach another kernel to this kernel to ...
https://man.plustar.jp/php/imagickkernel.addkernel.html - [similar]
はじめに 0
« Yaconf インストール/設定 » PHP Manual Yaconf はじめに はじめに Yet Another Configurations Container ( Yaconf ) is a configurations container, it parses INI files, and store the result in PHP when PHP is started, the result lives with the whole PHP lifecycle. Yaconf stores all configura ...
https://man.plustar.jp/php/intro.yaconf.html - [similar]
構文 0
« 定数 自動的に定義される定数 » PHP Manual 定数 構文 構文 const キーワードか、 define() 関数を使うことで、定数を宣言することが出来ます。 define() を使えば任意の式を使って定数を定義できますが、 const キーワードを使う場合には、 次の段落で説明する制約があります。 定数が一度定義されると、 変 ...
https://man.plustar.jp/php/language.constants.syntax.html - [similar]
GNU Multiple Precision 0
« bcsub はじめに » PHP Manual 数学 GNU Multiple Precision GNU Multiple Precision はじめに インストール/設定 要件 インストール手順 実行時設定 定義済み定数 例 GMP 関数 gmp_abs — 絶対値 gmp_add — 数値を加算する gmp_and — ビット AND を計算する gmp_binomial — 二項係数を計算する gmp_clrbit — ビ ...
https://man.plustar.jp/php/book.gmp.html - [similar]
リファレンスカウントの原理 0
« ガベージコレクション 循環の収集 » PHP Manual ガベージコレクション リファレンスカウントの原理 リファレンスカウントの原理 PHP 変数は「zval」と呼ばれるコンテナに保管されます。 zval コンテナには、変数の型と値の他に、情報の追加ビットを2つ含みます。 1つ目は「is_ref」と呼ばれ、変数が「参照集合 ...
https://man.plustar.jp/php/features.gc.refcounting-basics.html - [similar]
変数名とその値から配列を作成する 0
« asort count » PHP Manual 配列 関数 変数名とその値から配列を作成する compact (PHP 4, PHP 5, PHP 7, PHP 8) compact — 変数名とその値から配列を作成する 説明 compact ( array | string $var_name , array | string ...$var_names ): array 変数名とその値から配列を作成します。 各引数について、 comp ...
https://man.plustar.jp/php/function.compact.html - [similar]