検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 294 for [SIMILAR] 16 1024 4096 WITH 29578 gearmanjob WIT... (0.193 sec.)
要件 0
« インストール/設定 インストール手順 » PHP Manual インストール/設定 要件 要件 IBM DB2 Universal Database for Linux・UNIX・Windows、 IBM Cloudscape、Apache Derby に接続するには、 PHP を稼動させるコンピュータ上に IBM DB2 Universal Database client がインストールされていなければなりません。 ...
https://man.plustar.jp/php/ibm-db2.requirements.html - [similar]
Send status 0
« GearmanJob::sendFail GearmanJob::sendWarning » PHP Manual GearmanJob Send status GearmanJob::sendStatus (PECL gearman >= 0.6.0) GearmanJob::sendStatus — Send status 説明 public GearmanJob::sendStatus ( int $numerator , int $denominator ): bool Sends status information to the job server ...
https://man.plustar.jp/php/gearmanjob.sendstatus.html - [similar]
Performs a C type cast 0
« FFI::arrayType FFI::cdef » PHP Manual FFI Performs a C type cast FFI::cast (PHP 7 >= 7.4.0, PHP 8) FFI::cast — Performs a C type cast 説明 public static FFI::cast ( FFI\CType | string $type , FFI\CData | int | float | bool | null &$ptr ): ? FFI\CData public FFI::cast ( FFI\CType | stri ...
https://man.plustar.jp/php/ffi.cast.html - [similar]
Creates a new map using keys that aren't in another map 0
« Ds\Map::count Ds\Map::filter » PHP Manual Map Creates a new map using keys that aren't in another map Ds\Map::diff (PECL ds >= 1.0.0) Ds\Map::diff — Creates a new map using keys that aren't in another map 説明 public Ds\Map::diff ( Ds\Map $map ): Ds\Map Returns the result of removing a ...
https://man.plustar.jp/php/ds-map.diff.html - [similar]
RRDtool 0
« syslog はじめに » PHP Manual その他のサービス RRDtool RRDtool はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 例 Procedural PECL/rrd example OOP PECL/rrd example RRD 関数 rrd_create — Creates rrd database file rrd_error — Gets latest error message rr ...
https://man.plustar.jp/php/book.rrd.html - [similar]
Yaf_Registry クラス 0
« Yaf_Plugin_Abstract::routerStartup Yaf_Registry::__construct » PHP Manual Yaf Yaf_Registry クラス Yaf_Registry クラス (Yaf >=1.0.0) はじめに Yaf_Registry のすべてのメソッドはstaticメソッドとして宣言されており、 どこからでもアクセスできます。これを使えば、コードのどこからでも必要に応じて ...
https://man.plustar.jp/php/class.yaf-registry.html - [similar]
初期化済みの inotify インスタンスに監視対象を追加する 0
« Inotify 関数 inotify_init » PHP Manual Inotify 関数 初期化済みの inotify インスタンスに監視対象を追加する inotify_add_watch (PECL inotify >= 0.1.2) inotify_add_watch — 初期化済みの inotify インスタンスに監視対象を追加する 説明 inotify_add_watch ( resource $inotify_instance , string $pa ...
https://man.plustar.jp/php/function.inotify-add-watch.html - [similar]
待機中のイベントがある場合に正の数を返す 0
« inotify_init inotify_read » PHP Manual Inotify 関数 待機中のイベントがある場合に正の数を返す inotify_queue_len (PECL inotify >= 0.1.2) inotify_queue_len — 待機中のイベントがある場合に正の数を返す 説明 inotify_queue_len ( resource $inotify_instance ): int この関数で、 inotify_read() がブ ...
https://man.plustar.jp/php/function.inotify-queue-len.html - [similar]
変数のスコープ 0
« 定義済みの変数 可変変数 » PHP Manual 変数 変数のスコープ 変数のスコープ 変数のスコープは、その変数が定義されたコンテキストです。ほとんどの PHP 変数は、スコープを1つだけ有しています。このスコープの範囲は、 includeやrequireにより読みこまれたファイルも含みます。例えば、 <?php $a = 1 ; inc ...
https://man.plustar.jp/php/language.variables.scope.html - [similar]
クラスの基礎 0
« はじめに プロパティ » PHP Manual クラスとオブジェクト クラスの基礎 クラスの基礎 class 各クラスの定義は、 class キーワードで始まり、クラス名が続きます。 そしてその後に波括弧のペアが続き、 その中にはクラスのプロパティとメソッドの定義を記述します。 クラス名には、PHP の 予約語 以外でラベル ...
https://man.plustar.jp/php/language.oop5.basic.html - [similar]