検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 2407 for a (0.014 sec.)
算術演算子 3247
« 演算子の優先順位 代入演算子 » PHP Manual 演算子 算術演算子 算術演算子 学校で習った初等算術を憶 ... それらと同様に動作します。 算術演算子 例 名前 結果 +$a 同一 $a を、必要に応じて int あるいは float に変換 ... する -$a 負にする $a の逆 $a + $b 加算 $a および $b の合計 ... $a - $b 減算 $a と $b の差 $a * $b 乗算 $a および $b ... の積 $a / $b 除算 $a および $b の商 $a % $b 剰余 $a を $b ...
https://man.plustar.jp/php/language.operators.arithmetic.html - [similar]
Set callback for job failure 3233
« GearmanClient::setExceptionCallback GearmanClient::setOptions » PHP Manual GearmanClient Set c ... allback for job failure GearmanClient::setFailCallback ( ... PECL gearman >= 0.5.0) GearmanClient::setFailCallback — Set ... callback for job failure 説明 public GearmanClient::s ... etFailCallback ( callable $callback ): bool Sets the ca ...
https://man.plustar.jp/php/gearmanclient.setfailcallback.html - [similar]
foreach 3220
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を ... 反復処理するための便利な方法です。 foreach が使えるのは配列とオブジェクトだけであり、 別のデ ... なります。 この構造には二種類の構文があります。 foreach (iterable_expression as $value) 文 foreach (iter ... able_expression as $key => $value) 文 最初の形式は、 iterable_expres ... ープ処理を行います。各反復において現在の要素の値が $value に代入されます。 2番目の形式は、さらに各反復で現 ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]
Prepares and executes a query 3220
« sqlsrv_prepare sqlsrv_rollback » PHP Manual SQLSRV 関数 Prepares and executes a query sqlsrv_q ... uery (No version information available, might only be in Git) sqlsrv_query ... — Prepares and executes a query 説明 sqlsrv_query ( resour ... ce $conn , string $sql , array $params = ? , array $options = ? ): mixed Prep ... ares and executes a query. パラメータ conn A connection r ...
https://man.plustar.jp/php/function.sqlsrv-query.html - [similar]
Serialization to BSON 3220
« Persisting Data Deserialization from BSON » PHP Manual Persisting Data Serialization to BSON S ... erialization to BSON Arrays If an array is a packed arr ... ay — i.e. empty array or the keys start at 0 and are sequential with ... out gaps: BSON array . If the array is not packed — i.e. ... having associative (string) keys, the keys don't star ...
https://man.plustar.jp/php/mongodb.persistence.serialization.html - [similar]
RADIUS Packet Types 3220
« RADIUS Options RADIUS Attribute Types » PHP Manual 定義済み定数 RADIUS Packet Types RADIUS Pac ... ket Types RADIUS packets, whether requests or responses, always ... include a type. These constants are provided to make it easi ... er to specify types when using radius_create_request() and when comparing the result ... of radius_send_request() . RADIUS_ACCESS_REQUEST ( int ) ...
https://man.plustar.jp/php/radius.constants.packets.html - [similar]
Parsing and lexing 3211
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing ... ンストール/設定 要件 インストール手順 定義済み定数 Pattern matching — Parle pattern matching Character r ... epresentations Character classes Unicode character classes A ... lternation and repetition Anchors Grouping 例 Lexer examp ... les Parser examples Parle\Lexer — The Parle\Lexer class P ...
https://man.plustar.jp/php/book.parle.html - [similar]
Open a persistent connection to CUBRID server 3211
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... L CUBRID >= 8.3.1) cubrid_pconnect_with_url — Open a persistent connection to CUBRID server 説明 cubrid ... ( string $conn_url , string $userid = ? , string $passwd = ? ): resource Establishes a persistent conne ... ction to a CUBRID server. cubrid_pconnect_with_url() acts ver ... y much like cubrid_connect_with_url() with two major differences. First, when connecting, the functi ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
Prepares a query for execution 3211
« sqlsrv_num_rows sqlsrv_query » PHP Manual SQLSRV 関数 Prepares a query for execution sqlsrv_pr ... epare (No version information available, might only be ... in Git) sqlsrv_prepare — Prepares a query for execution 説明 sqlsrv_pre ... pare ( resource $conn , string $sql , array $params = ... ? , array $options = ? ): mixed Prepares a query for exe ...
https://man.plustar.jp/php/function.sqlsrv-prepare.html - [similar]
Run a single high priority task 3211
« GearmanClient::doBackground GearmanClient::doHighBackground » PHP Manual GearmanClient Run a s ... ingle high priority task GearmanClient::doHigh (PECL gearman >= 0.5.0) Ge ... armanClient::doHigh — Run a single high priority task 説 ... 明 public GearmanClient::doHigh ( string $function_name , string ... $workload , string $unique = ? ): string Runs a single high ...
https://man.plustar.jp/php/gearmanclient.dohigh.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT