検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 549 for values (0.038 sec.)
RADIUS Attribute Types 3752
« RADIUS Packet Types RADIUS Vendor Specific Attribute Types » PHP Manual 定義済み定数 RADIUS At ... oncatenated together. Note that the CHAP challenge value should also be sent separately in a RADIUS_CHAP_CHA ... f constants are provided to represent the possible values of this attribute. They include: RADIUS_LOGIN RADI ... et using radius_put_int() . The possible attribute values include these constants: RADIUS_PPP RADIUS_SLIP RA ... which can be set using radius_put_int() . Possible values include: 0 : No routing 1 : Send routing packets 2 ...
https://man.plustar.jp/php/radius.constants.attributes.html - [similar]
Changes the driver error handling and logging configurations 3721
« sqlsrv_commit sqlsrv_connect » PHP Manual SQLSRV 関数 Changes the driver error handling and lo ... tting The name of the setting to set. The possible values are "WarningsReturnAsErrors", "LogSubsystems", and ... cified setting. The following table shows possible values: Error and Logging Setting Options Setting Options ...
https://man.plustar.jp/php/function.sqlsrv-configure.html - [similar]
手早くメッセージをフォーマットする 3721
« MessageFormatter::create MessageFormatter::format » PHP Manual MessageFormatter 手早くメッセー ... essage ( string $locale , string $pattern , array $values ): string | false 手続き型 msgfmt_format_message ( ... string $locale , string $pattern , array $values ): string | false 明示的にフォーマッタオブジェクト ... autoQuoteApostrophe を通してから解釈が行われます。 values フォーマット文字列に埋め込む値の配列。 戻り値 フォ ...
https://man.plustar.jp/php/messageformatter.formatmessage.html - [similar]
Returns the increment component of this Timestamp 3721
« MongoDB\BSON\Timestamp::__construct MongoDB\BSON\Timestamp::getTimestamp » PHP Manual MongoDB\ ... 注意 : Because PHP's integer type is signed, some values returned by this method may appear as negative int ... SON timestamp type consists of two unsigned 32-bit values, PHP can not represent these on 32-bit platforms. ...
https://man.plustar.jp/php/mongodb-bson-timestamp.getincrement.html - [similar]
Returns the timestamp component of this Timestamp 3721
« MongoDB\BSON\Timestamp::getIncrement MongoDB\BSON\Timestamp::jsonSerialize » PHP Manual MongoD ... 注意 : Because PHP's integer type is signed, some values returned by this method may appear as negative int ... SON timestamp type consists of two unsigned 32-bit values, PHP can not represent these on 32-bit platforms. ...
https://man.plustar.jp/php/mongodb-bson-timestamp.gettimestamp.html - [similar]
Compose a class 3698
« uopz_backup uopz_copy » PHP Manual Uopz 関数 Compose a class uopz_compose (PECL uopz 1, PECL u ... ait names methods An associative array of methods, values are either closures or [modifiers => closure] prop ... n associative array of properties, keys are names, values are modifiers flags Entry type, by default ZEND_AC ...
https://man.plustar.jp/php/function.uopz-compose.html - [similar]
TableInsert クラスのコンストラクタ 3698
« mysql_xdevapi\TableInsert TableInsert::execute » PHP Manual mysql_xdevapi\TableInsert TableIns ... ; $session -> sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); $schema ... "names" ); $table -> insert ( "name" , "age" ) -> values ([ "Suzanne" , 31 ],[ "Julie" , 43 ]) -> execute ( ...
https://man.plustar.jp/php/mysql-xdevapi-tableinsert.construct.html - [similar]
プリペアドステートメントを実行する 3698
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... "INSERT INTO myCity (Name, CountryCode, District) VALUES (?,?,?)" ); /* 変数をパラメータにバインドします */ ... "INSERT INTO myCity (Name, CountryCode, District) VALUES (?,?,?)" ); /* 変数をパラメータにバインドします */ ... 'INSERT INTO myCity (Name, CountryCode, District) VALUES (?,?,?)' ); /* SQL文を実行します */ $stmt -> execu ... 'INSERT INTO myCity (Name, CountryCode, District) VALUES (?,?,?)' ); /* SQL文を実行します */ mysqli_stmt_ex ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
実行時設定 3698
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... variable names to be treated as superglobals. This value should be set in the systemwide php.ini file, but m ... perglobal=_FOO,_BAR in php.ini <?php function show_values () { echo "Foo is $_FOO \n" ; echo "Bar is $_BAR \ ... az' ; /* Displays foo and bar, but not baz */ show_values (); ?> runkit.internal_override bool Enables abili ...
https://man.plustar.jp/php/runkit7.configuration.html - [similar]
Result のコンストラクタ 3675
« mysql_xdevapi\Result Result::getAffectedItemsCount » PHP Manual mysql_xdevapi\Result Result の ... ); $result = $table -> insert ( "name" , "age" )-> values ([ "Suzanne" , 31 ],[ "Julie" , 43 ])-> execute () ... ; $result = $table -> insert ( "name" , "age" )-> values ([ "Suki" , 34 ])-> execute (); $ai = $result -> g ...
https://man.plustar.jp/php/mysql-xdevapi-result.construct.html - [similar]