検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 52 for SCOPE (0.001 sec.)
Instantiates an FFI object with C declarations parsed during preloading 13187
« FFI::new FFI::sizeof » PHP Manual FFI Instantiates an FFI object with C declarations parsed du ... ring preloading FFI::scope (PHP 7 >= 7.4.0, PHP 8) FFI::scope — Instantiates ... s parsed during preloading 説明 public static FFI::scope ( string $name ): FFI Instantiates an FFI object w ... C declarations parsed during preloading. The FFI::scope() method is safe to call multiple times for the sa ... me scope. Multiple references to the same scope may be load ...
https://man.plustar.jp/php/ffi.scope.html - [similar]
Returns the JavascriptInterface's scope document 10574
« MongoDB\BSON\JavascriptInterface::getCode MongoDB\BSON\JavascriptInterface::__toString » PHP M ... ascriptInterface Returns the JavascriptInterface's scope document MongoDB\BSON\JavascriptInterface::getScop ... godb >=1.3.0) MongoDB\BSON\JavascriptInterface::getScope — Returns the JavascriptInterface's scope document ... stract public MongoDB\BSON\JavascriptInterface::getScope (): ? object パラメータ この関数にはパラメータはあ ... りません。 戻り値 Returns the JavascriptInterface's scope document. 参考 MongoDB\BSON\Javascript::getScope() ...
https://man.plustar.jp/php/mongodb-bson-javascriptinterface.getscope.html - [similar]
テーブルのユニーク行 ID カラムを含む結果セットを返す 10395
« db2_set_option db2_statistics » PHP Manual IBM DB2 関数 テーブルのユニーク行 ID カラムを含む結 ... ifier , string $schema , string $table_name , int $scope ): resource テーブルのユニーク行 ID カラムを含む結 ... テーブルを含むスキーマ。 table_name テーブルの名前。 scope ユニーク行 ID の有効期間の最小値を表す整数値。 以下 ... 値のいずれかとなります。 整数値 SQL 定数 説明 0 SQL_SCOPE_CURROW 行 ID は、カーソルがその行にある場合にのみ有 ... 効です。 1 SQL_SCOPE_TRANSACTION 行 ID は、そのトランザクションの間のみ ...
https://man.plustar.jp/php/function.db2-special-columns.html - [similar]
Main interface to C code and data 10006
« A Complete PHP/FFI/preloading Example FFI::addr » PHP Manual FFI Main interface to C code and ... factory methods FFI::cdef() , FFI::load() or FFI::scope() . Defined C variables are made available as prop ... ary. Header files may be extended with special FFI_SCOPE defines (e.g. #define FFI_SCOPE "foo"”" ; the defa ... ult scope is "C") and then loaded by FFI::load() during prel ... ailable to all the following requests through FFI::scope() . Refer to the complete PHP/FFI/preloading examp ...
https://man.plustar.jp/php/class.ffi.html - [similar]
特殊カラムを取得する 9946
« odbc_setoption odbc_statistics » PHP Manual ODBC 関数 特殊カラムを取得する odbc_specialcolumns ... g $catalog , string $schema , string $table , int $scope , int $nullable ): resource | false テーブルのレコ ... ーマ (ODBC 2 の用語では '所有者')。 table テーブル。 scope スコープ。これは結果セットを並べかえる際に使用しま ... す。 SQL_SCOPE_CURROW , SQL_SCOPE_TRANSACTION , SQL_SCOPE_SESSION ... 返します。 結果セットのカラムは次のようになります。 SCOPE COLUMN_NAME DATA_TYPE TYPE_NAME COLUMN_SIZE BUFFER ...
https://man.plustar.jp/php/function.odbc-specialcolumns.html - [similar]
Gets the static variables from function or method scope 9946
« uopz_get_return uopz_implement » PHP Manual Uopz 関数 Gets the static variables from function ... or method scope uopz_get_static (PECL uopz 5, PECL uopz 6, PECL uo ... Gets the static variables from function or method scope 説明 uopz_get_static ( string $class , string $fun ... Gets the static variables from function or method scope. パラメータ class The name of the class. function ... - Sets the static variables in function or method scope 関連キーワード: uopz , static , function , string ...
https://man.plustar.jp/php/function.uopz-get-static.html - [similar]
Sets the static variables in function or method scope 9887
« uopz_set_return uopz_undefine » PHP Manual Uopz 関数 Sets the static variables in function or ... method scope uopz_set_static (PECL uopz 5, PECL uopz , PECL uop ... — Sets the static variables in function or method scope 説明 uopz_set_static ( string $function , array $s ... id Sets the static variables in function or method scope. パラメータ class The name of the class. function ... Gets the static variables from function or method scope 関連キーワード: static , uopz , function , variabl ...
https://man.plustar.jp/php/function.uopz-set-static.html - [similar]
Returns the Javascript's scope document 9752
« MongoDB\BSON\Javascript::getCode MongoDB\BSON\Javascript::jsonSerialize » PHP Manual MongoDB\B ... SON\Javascript Returns the Javascript's scope document MongoDB\BSON\Javascript::getScope (mongod ... b >=1.2.0) MongoDB\BSON\Javascript::getScope — Returns the Javascript's scope document 説明 fin ... al public MongoDB\BSON\Javascript::getScope (): ? object パラメータ この関数にはパラメータはあ ... りません。 戻り値 Returns the Javascript's scope document, or null if the is no scope. エラー / 例外 ...
https://man.plustar.jp/php/mongodb-bson-javascript.getscope.html - [similar]
Construct a new Javascript 9379
« MongoDB\BSON\Javascript MongoDB\BSON\Javascript::getCode » PHP Manual MongoDB\BSON\Javascript ... ript::__construct ( string $code , array | object $scope = ? ) パラメータ code ( string ) Javascript code. ... scope ( array | object ) Javascript scope. エラー / 例外 引数のパースに失敗した場合に MongoD ... script"]=> string(24) "function() { return 1; }" ["scope"]=> object(stdClass)#2 (0) { } } object(MongoDB\BS ... ript"]=> string(26) "function() { return foo; }" ["scope"]=> object(stdClass)#1 (1) { ["foo"]=> string(3) " ...
https://man.plustar.jp/php/mongodb-bson-javascript.construct.html - [similar]
The MongoDB\BSON\Javascript class 8737
« MongoDB\BSON\Decimal128::unserialize MongoDB\BSON\Javascript::__construct » PHP Manual MongoDB ... はじめに BSON type for Javascript code. An optional scope document may be specified that maps identifiers to ... values and defines the scope in which the code should be evaluated by the serve ... ublic __construct ( string $code , array | object $scope = ? ) final public getCode (): string final public ... getScope (): ? object final public jsonSerialize (): mixed ...
https://man.plustar.jp/php/class.mongodb-bson-javascript.html - [similar]
PREV 1 2 3 4 5 6 NEXT