検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 859 for not (0.032 sec.)
Terminates a session 3889
« MongoDB\Driver\Session::__construct MongoDB\Driver\Session::getClusterTime » PHP Manual MongoD ... ed. After calling this method, applications should not invoke other methods on the session. 注意 : Sessio ... e also closed during garbage collection. It should not be necessary to call this method under normal circ ... ver , Session , Terminates , endSession , should , not , パラメータ , エラー , 例外 ...
https://man.plustar.jp/php/mongodb-driver-session.endsession.html - [similar]
PHP Callbacks 3850
« Basic FFI usage A Complete PHP/FFI/preloading Example » PHP Manual 例 PHP Callbacks PHP Callba ... orld 3! Although this works, this functionality is not supported on all libffi platforms, is not efficien ... sage of PHP callbacks. 関連キーワード: Callbacks , not , usage , function , minimize , recommended , ther ...
https://man.plustar.jp/php/ffi.examples-callback.html - [similar]
Loads C declarations from a C header file 3850
« FFI::isNull FFI::memcmp » PHP Manual FFI Loads C declarations from a C header file FFI::load ( ... of a C header file. C preprocessor directives are not supported, i.e. #include , #define and CPP macros ... do not work, except for special cases listed below. The h ... ons , Loads , from , C , define , load , contain , not ...
https://man.plustar.jp/php/ffi.load.html - [similar]
大文字かどうか調べる 3850
« ctype_space ctype_xdigit » PHP Manual Ctype 関数 大文字かどうか調べる ctype_upper (PHP 4 >= 4. ... ers.\n" ; } else { echo "The string $testcase does not consist of all uppercase letters.\n" ; } } ?> 上の ... 例の出力は以下となります。 The string AKLWC139 does not consist of all uppercase letters. The string LMNSD ... of all uppercase letters. The string akwSKWsm does not consist of all uppercase letters. 参考 ctype_alpha ... , 文字 , string , ASCII , all , uppercase , 関数 , not ...
https://man.plustar.jp/php/function.ctype-upper.html - [similar]
テーブルからメタデータを取得する 3850
« pg_lo_write pg_num_fields » PHP Manual PostgreSQL 関数 テーブルからメタデータを取得する pg_met ... = pg_connect ( "dbname=publisher" ) or die( "Could not connect" ); $meta = pg_meta_data ( $dbconn , 'auth ... ["type"]=> string(7) "varchar" ["len"]=> int(-1) ["not null"]=> bool(false) ["has default"]=> bool(false) ... (2) ["type"]=> string(4) "int2" ["len"]=> int(2) ["not null"]=> bool(false) ["has default"]=> bool(false) ... ["type"]=> string(7) "varchar" ["len"]=> int(-1) ["not null"]=> bool(false) ["has default"]=> bool(false) ...
https://man.plustar.jp/php/function.pg-meta-data.html - [similar]
Construct a new ObjectId 3850
« MongoDB\BSON\ObjectId MongoDB\BSON\ObjectId::getTimestamp » PHP Manual MongoDB\BSON\ObjectId C ... d ( string ) A 24-character hexadecimal string. If not provided, the driver will generate an ObjectId. エ ... Driver\Exception\InvalidArgumentException if id is not a 24-character hexadecimal string. 例 例1 MongoDB\ ... nstruct , hexadecimal , InvalidArgumentException , not ...
https://man.plustar.jp/php/mongodb-bson-objectid.construct.html - [similar]
実行時設定 3811
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... FI API restrictions only affect the FFI class, but not overloaded functions of FFI\CData objects. This me ... reloading of FFI bindings during startup, which is not possible with FFI::load() if opcache.preload_user ... ad , preloaded , string , This , objects , CData , not , files ...
https://man.plustar.jp/php/ffi.configuration.html - [similar]
Close CUBRID connection 3811
« cubrid_client_encoding cubrid_data_seek » PHP Manual CUBRID MySQL 互換関数 Close CUBRID connec ... nects from server. If there is any request handles not closed yet at this point, they will be closed. It ... ection identifier. If the connection identifier is not specified, the last connection opened by cubrid_co ... , identifier , process , server , closed , conn , not , function ...
https://man.plustar.jp/php/function.cubrid-close.html - [similar]
値が非数かどうかを判定する 3811
« is_infinite lcg_value » PHP Manual Math 関数 値が非数かどうかを判定する is_nan (PHP 4 >= 4.2.0 ... る 説明 is_nan ( float $num ): bool num が '非数値 (not a number)' であるかどうかを調べます。たとえば acos ... 。 パラメータ num 調べる値。 戻り値 num が '非数値 (not a number)' の場合に true 、そうでない場合に false ... 連キーワード: 判定 , 値 , 数 , num , 数値 , float , not , lcg , Math , 関数 ...
https://man.plustar.jp/php/function.is-nan.html - [similar]
指定された部分文字列が、文字列に含まれるかを調べる 3811
« sscanf str_ends_with » PHP Manual String 関数 指定された部分文字列が、文字列に含まれるかを調べ ... s found in the string' ; } else { echo '"Lazy" was not found because the case does not match' ; } ?> 上の ... e string 'lazy' was found in the string "Lazy" was not found because the case does not match 注意 注意 : ...
https://man.plustar.jp/php/function.str-contains.html - [similar]