検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 176 for [SIMILAR] 16 1024 4096 WITH 28387 const WITH 153... (0.182 sec.)
FAQ: 名前空間について知っておくべきこと 0
« 名前解決のルール 列挙型(Enum) » PHP Manual 名前空間 FAQ: 名前空間について知っておくべきこと FAQ: 名前空間について知っておくべきこと (PHP 5 >= 5.3.0, PHP 7, PHP 8) この FAQ は 2 つに別れています。一般的な質問と、 深く理解するために有用な実装に関する質問です。 まずは一般的な質問。 名前空 ...
https://man.plustar.jp/php/language.namespaces.faq.html - [similar]
Lua クラス 0
« リソース型 Lua::assign » PHP Manual Lua Lua クラス Lua クラス (PECL lua >=0.9.0) はじめに クラス概要 class Lua { /* 定数 */ const string LUA_VERSION = Lua 5.1.4 ; /* メソッド */ public assign ( string $name , string $value ): mixed public call ( callable $lua_func , array $args = ? , i ...
https://man.plustar.jp/php/class.lua.html - [similar]
PHP Callbacks 0
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callbacks It is possible to assign a PHP closure to a native variable of function pointer type or to pass it as a function argument: <?php $zend = FFI :: cdef ( " typedef int (*zend_write_func_t)(co ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
サブ名前空間の宣言 0
« 名前空間の定義 同一ファイル内での複数の名前空間の定義 » PHP Manual 名前空間 サブ名前空間の宣言 サブ名前空間の宣言 (PHP 5 >= 5.3.0, PHP 7, PHP 8) ディレクトリやファイルと同様、PHP の名前空間においても名前空間の階層構造を指定することができます。 このようにして名前空間を定義します。 例1 階 ...
https://man.plustar.jp/php/language.namespaces.nested.html - [similar]
The PriorityQueue class 0
« Ds\Queue::toArray Ds\PriorityQueue::allocate » PHP Manual Data Structures The PriorityQueue class The PriorityQueue class (No version information available, might only be in Git) はじめに A PriorityQueue is very similar to a Queue. Values are pushed into the queue with an assigned prio ...
https://man.plustar.jp/php/class.ds-priorityqueue.html - [similar]
The Queue class 0
« Ds\Stack::toArray Ds\Queue::allocate » PHP Manual Data Structures The Queue class The Queue class (No version information available, might only be in Git) はじめに A Queue is a “first in, first out” or “FIFO” collection that only allows access to the value at the front of the queue and ...
https://man.plustar.jp/php/class.ds-queue.html - [similar]
定数が定義されているかどうかを調べる 0
« ReflectionClass::getTraits ReflectionClass::hasMethod » PHP Manual ReflectionClass 定数が定義されているかどうかを調べる ReflectionClass::hasConstant (PHP 5 >= 5.1.2, PHP 7, PHP 8) ReflectionClass::hasConstant — 定数が定義されているかどうかを調べる 説明 public ReflectionClass::hasConsta ...
https://man.plustar.jp/php/reflectionclass.hasconstant.html - [similar]
The MongoDB\Driver\WriteConcern class 0
« MongoDB\Driver\ServerApi::unserialize MongoDB\Driver\WriteConcern::bsonSerialize » PHP Manual MongoDB\Driver The MongoDB\Driver\WriteConcern class The MongoDB\Driver\WriteConcern class (mongodb >=1.0.0) はじめに MongoDB\Driver\WriteConcern describes the level of acknowledgement request ...
https://man.plustar.jp/php/class.mongodb-driver-writeconcern.html - [similar]
The parallel\Channel class 0
« parallel\Future::value parallel\Channel::__construct » PHP Manual parallel The parallel\Channel class The parallel\Channel class (0.9.0) Unbuffered Channels An unbuffered channel will block on calls to parallel\Channel::send() until there is a receiver, and block on calls to parallel\C ...
https://man.plustar.jp/php/class.parallel-channel.html - [similar]
ReflectionAttribute クラス 0
« ReflectionReference::getId ReflectionAttribute::__construct » PHP Manual リフレクション ReflectionAttribute クラス ReflectionAttribute クラス (PHP 8) はじめに ReflectionAttribute クラスは、 アトリビュート に関する情報を提供します。 クラス概要 class ReflectionAttribute implements Reflec ...
https://man.plustar.jp/php/class.reflectionattribute.html - [similar]