Results of 1 - 10 of about 2407 for A (0.018 sec.)
- The MySQLi Extension Function Summary 4073
- « ノート mysqli » PHP Manual MySQLi The MySQLi Extension Function Summary The MySQLi Extension F
...
unction Summary Summary of mysqli methods mysqli Class OOP Inter ...
face Procedural Interface Alias (Do not use) Descript ...
ion Properties $mysqli::affected_rows mysqli_affected_rows() N/A Gets the nu ...
mber of affected rows in a previous MySQL operation $mysqli: ...
-
https://man.plustar.jp/php/mysqli.summary.html
- [similar]
- Data Structures 3985
- « untaint はじめに » PHP Manual その他の基本モジュール Data Structures Data Structures はじめに
...
定義済み定数 例 Collection — The Collection interface Ds\Collection::clear — Removes all values Ds\Col ...
lection::copy — Returns a shallow copy of the collection Ds\Collection::isEm ...
s whether the collection is empty Ds\Collection::toArray — Converts the collection to an array Hashable ...
— The Hashable interface Ds\Hashable::equals — Determines w ...
-
https://man.plustar.jp/php/book.ds.html
- [similar]
- Gearman 3822
- « FTP\Connection はじめに » PHP Manual その他のサービス Gearman Gearman はじめに インストール/設
...
ストール手順 実行時設定 リソース型 定義済み定数 例 Basic usage Basic Gearman client and worker, backgrou ...
nd Basic Gearman client and worker, submitting tasks Gea ...
rmanClient — The GearmanClient class GearmanClient::ad ...
dOptions — Add client options GearmanClient::addServer — Add a ...
-
https://man.plustar.jp/php/book.gearman.html
- [similar]
- 関数・メソッド 3822
- « 索引 サンプル » PHP Manual 索引 関数・メソッド 関数・メソッド マニュアル内の全関数およびメソッ
...
ドの一覧 a b c d e f g h i j k l m n o p q r s t u v w x y z ...
_ 㠊 a abs - 絶対値 acos - 逆余弦(アークコサイン) acosh ...
- 逆双曲線余弦(アークハイパボリックコサイン) addcslashes - C 言語と同様にスラッシュで文字列をクォ ...
ートする addslashes - 文字列をスラッシュでクォートする apache ...
-
https://man.plustar.jp/php/indexes.functions.html
- [similar]
- 代入演算子 3791
- « 算術演算子 ビット演算子 » PHP Manual 演算子 代入演算子 代入演算子 代入演算子の基本となるものは
...
します。 代入式の値は、代入される値です。つまり、" $a = 3 " の値は、3 です。 これにより、以下のようなトリ ...
ッキーなことができるようになります。 <?php $a = ( $b = 4 ) + 5 ; // $a は 9 に等しくなり、$b には ...
をその式の結果とすることができます。 例えば、 <?php $a = 3 ; $a += 5 ; // $a を 8 にセットします。$a = $a ...
照による代入 参照による代入もサポートしており、 " $var = &$othervar; " 構文で使うことができます。 参照に ...
-
https://man.plustar.jp/php/language.operators.assignment.html
- [similar]
- 文字列のコードを評価し、動的に関数を作成する 3734
- « call_user_func forward_static_call_array » PHP Manual 関数処理 関数 文字列のコードを評価し、動
...
的に関数を作成する create_function (PHP 4 >= 4.0.1, PHP 5, PHP 7) create_f ...
た。この関数に頼らないことを強く推奨します。 説明 create_function ( string $args , string $code ): string ...
ニークな名前を返します。 警告 この関数は、内部的に eval() を実行しているので、 eval() と同様にセキュリティ ...
ティブの 無名関数 を使うべきです。 パラメータ 通常、 args には、 シングルクオートで括った文字列 を 指定す ...
-
https://man.plustar.jp/php/function.create-function.html
- [similar]
- MongoDB driver classes 3686
- « Script Injection Attacks MongoDB\Driver\Manager » PHP Manual MongoDB MongoDB driver classes Mo
...
ngoDB driver classes MongoDB\Driver\Manager — The MongoDB\Driver\Ma ...
nager class MongoDB\Driver\Manager::addSubscriber — R ...
egisters a monitoring event subscriber with this Manager Mong ...
oDB\Driver\Manager::__construct — Create new MongoDB Manager Mon ...
-
https://man.plustar.jp/php/book.mongodb.html
- [similar]
- BSON type classes and serialization functions 3677
- « MongoDB\Driver\WriteResult::isAcknowledged 関数 » PHP Manual MongoDB BSON type classes and ser
...
ialization functions BSON type classes and serializat ...
MongoDB\BSON\fromJSON — Returns the BSON representation of a JSON value MongoDB\BSON\fromPHP — Returns ...
the BSON representation of a PHP value MongoDB\BSON\toCanonicalExtende ...
dJSON — Returns the Canonical Extended JSON representation of a BSON valu ...
-
https://man.plustar.jp/php/book.bson.html
- [similar]
- 定義済み定数 3664
- « リソース型 SQLSRV 関数 » PHP Manual SQLSRV 定義済み定数 定義済み定数 以下の定数が定義されていま
...
ロードされている場合のみ使用可能です。 SQLSRV_FETCH_ASSOC ( int ) Forces sqlsrv_fetch_array() to return ...
an associative array when passed as a parameter. SQLSRV ...
_FETCH_NUMERIC ( int ) Forces sqlsrv_fetch_array() to return an array with numeric when passed ...
as a parameter. SQLSRV_FETCH_BOTH ( int ) Forces sqlsrv ...
-
https://man.plustar.jp/php/sqlsrv.constants.html
- [similar]
- 配列演算子 3585
- « 文字列演算子 型演算子 » PHP Manual 演算子 配列演算子 配列演算子 Array Operators 例 名前 結果 $
...
a + $b 結合 $a および $b を結合する。 $a == $b 同等 $a および $b ...
のキー/値のペアが等しい場合に true 。 $a === $b 同一 $a および $b のキー/値のペアが等しく、 ...
並び順が等しく、 かつデータ型も等しい場合に true 。 $a != $b 等しくない $a が $b と等しくない場合に true ...
。 $a <> $b 等しくない $a が $b と等しくない場合に true ...
-
https://man.plustar.jp/php/language.operators.array.html
- [similar]