検索

phrase: max: clip:
target: order:
Results of 271 - 280 of about 294 for [SIMILAR] 16 1024 4096 WITH 29578 gearmanjob WIT... (5.611 sec.)
Adds a document to the index 0
« SolrClient SolrClient::addDocuments » PHP Manual SolrClient Adds a document to the index SolrClient::addDocument (PECL solr >= 0.9.2) SolrClient::addDocument — Adds a document to the index 説明 public SolrClient::addDocument ( SolrInputDocument $doc , bool $overwrite = true , int $comm ...
https://man.plustar.jp/php/solrclient.adddocument.html - [similar]
The Deque class 0
« Ds\Vector::unshift Ds\Deque::allocate » PHP Manual Data Structures The Deque class The Deque class (No version information available, might only be in Git) はじめに A Deque (pronounced “deck”) is a sequence of values in a contiguous buffer that grows and shrinks automatically. The name ...
https://man.plustar.jp/php/class.ds-deque.html - [similar]
The Vector class 0
« Ds\Sequence::unshift Ds\Vector::allocate » PHP Manual Data Structures The Vector class The Vector class (No version information available, might only be in Git) はじめに A Vector is a sequence of values in a contiguous buffer that grows and shrinks automatically. It's the most efficien ...
https://man.plustar.jp/php/class.ds-vector.html - [similar]
The EventBuffer class 0
« EventBase::stop EventBuffer::add » PHP Manual Event The EventBuffer class The EventBuffer class (PECL event >= 1.5.0) はじめに EventBuffer represents Libevent's "evbuffer", an utility functionality for buffered I/O. Event buffers are meant to be generally useful for doing the "buffer" ...
https://man.plustar.jp/php/class.eventbuffer.html - [similar]
新しい IntlCalendar を作成する 0
« IntlCalendar::__construct IntlCalendar::equals » PHP Manual IntlCalendar 新しい IntlCalendar を作成する IntlCalendar::createInstance (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL >= 3.0.0a1) IntlCalendar::createInstance — 新しい IntlCalendar を作成する 説明 オブジェクト指向型 public static IntlC ...
https://man.plustar.jp/php/intlcalendar.createinstance.html - [similar]
PHP 7.3.x で推奨されなくなる機能 0
« 下位互換性のない変更点 その他の変更 » PHP Manual PHP 7.2.x から PHP 7.3.x への移行 PHP 7.3.x で推奨されなくなる機能 PHP 7.3.x で推奨されなくなる機能 PHP コア 大文字小文字を区別しない定数 大文字小文字を区別せず、定数を宣言することは推奨されません。 define() 関数の第3引数に true を渡すと ...
https://man.plustar.jp/php/migration73.deprecated.html - [similar]
The GearmanClient class 0
« Basic Gearman client and worker, submitting tasks GearmanClient::addOptions » PHP Manual Gearman The GearmanClient class The GearmanClient class (PECL gearman >= 0.5.0) はじめに Represents a class for connecting to a Gearman job server and making requests to perform some function on pr ...
https://man.plustar.jp/php/class.gearmanclient.html - [similar]
画像をブラウザあるいはファイルに出力する 0
« imagegetinterpolation imagegrabscreen » PHP Manual GD および Image 関数 画像をブラウザあるいはファイルに出力する imagegif (PHP 4, PHP 5, PHP 7, PHP 8) imagegif — 画像をブラウザあるいはファイルに出力する 説明 imagegif ( GdImage $image , resource | string | null $file = null ): bool imag ...
https://man.plustar.jp/php/function.imagegif.html - [similar]
php.ini ディレクティブのリスト 0
« php.ini ディレクティブ php.ini のセクション一覧 » PHP Manual php.ini ディレクティブ php.ini ディレクティブのリスト php.ini ディレクティブのリスト 以下のリストには、PHP の設定を行うための php.ini ディレクティブが 含まれます。 "変更の可否" は、そのディレクティブをいつどこで定義できるかを ...
https://man.plustar.jp/php/ini.list.html - [similar]
型演算子 0
« 配列演算子 制御構造 » PHP Manual 演算子 型演算子 型演算子 instanceof を使用して、 ある PHP 変数が特定の クラス のオブジェクトのインスタンスであるかどうかを調べます。 例1 クラスでの instanceof の使用法 <?php class MyClass { } class NotMyClass { } $a = new MyClass ; var_dump ( $a instanc ...
https://man.plustar.jp/php/language.operators.type.html - [similar]