検索

phrase: max: clip:
target: order:
Results of 261 - 270 of about 1568 for Name (0.060 sec.)
スキーマにコレクションを追加する 2940
« Schema::__construct Schema::dropCollection » PHP Manual mysql_xdevapi\Schema スキーマにコレクシ ... c mysql_xdevapi\Schema::createCollection ( string $name ): mysql_xdevapi\Collection スキーマ内にコレクショ ... ん。引数のリストのみが 記述されています。 パラメータ name コレクションの名前。 validate バリデーションの定義 ... ute (); $session -> sql ( "CREATE TABLE food.fruit(name text, rating text)" )-> execute (); $schema = $ses ... 。 Array ( [fruit] => mysql_xdevapi\Table Object ( [name] => fruit ) ) Array ( [trees] => mysql_xdevapi\Col ...
https://man.plustar.jp/php/mysql-xdevapi-schema.createcollection.html - [similar]
削除する行を限定する 2940
« TableDelete::execute TableDelete::orderby » PHP Manual mysql_xdevapi\TableDelete 削除する行を限 ... te (); $session -> sql ( "CREATE TABLE addressbook.names(name text, age int)" )-> execute (); $session -> ... sql ( "INSERT INTO addressbook.names values ('John', 42), ('Sam', 33)" )-> execute (); ... ( "addressbook" ); $table = $schema -> getTable ( "names" ); $table -> delete () -> where ( "name = :name" ... ) -> bind ([ 'name' => 'John' ]) -> orderby ( "age DESC" ) -> limit ( ...
https://man.plustar.jp/php/mysql-xdevapi-tabledelete.limit.html - [similar]
プリペアドステートメントを実行する 2940
« mysqli_stmt::$error mysqli_stmt::fetch » PHP Manual mysqli_stmt プリペアドステートメントを実行 ... $stmt = $mysqli -> prepare ( "INSERT INTO myCity (Name, CountryCode, District) VALUES (?,?,?)" ); /* 変数 ... テーブルから全ての行を取得します */ $query = "SELECT Name, CountryCode, District FROM myCity" ; $result = $m ... mt = mysqli_prepare ( $link , "INSERT INTO myCity (Name, CountryCode, District) VALUES (?,?,?)" ); /* 変数 ... テーブルから全ての行を取得します */ $query = "SELECT Name, CountryCode, District FROM myCity" ; $result = my ...
https://man.plustar.jp/php/mysqli-stmt.execute.html - [similar]
トランザクションのセーブポイントを設定する 2940
« mysqli::rollback mysqli::select_db » PHP Manual mysqli トランザクションのセーブポイントを設定す ... ブジェクト指向型 public mysqli::savepoint ( string $name ): bool 手続き型: mysqli_savepoint ( mysqli $mysql ... , string $name ): bool この関数は、 $mysqli->query("SAVEPOINT `$n ... あるいは mysqli_init() が返す mysqli オブジェクト。 name セーブポイントの識別子 戻り値 成功した場合に true ...
https://man.plustar.jp/php/mysqli.savepoint.html - [similar]
Add a grammar rule 2940
« Parle\Parser::precedence Parle\Parser::reset » PHP Manual Parle\Parser Add a grammar rule Parl ... mmar rule 説明 public Parle\Parser::push ( string $name , string $rule ): int Push a grammar rule. The pro ... g process to identify the rule matched. パラメータ name Rule name. rule The rule to be added. The syntax i ...
https://man.plustar.jp/php/parle-parser.push.html - [similar]
Add a grammar rule 2940
« Parle\RParser::precedence Parle\RParser::reset » PHP Manual Parle\RParser Add a grammar rule P ... mar rule 説明 public Parle\RParser::push ( string $name , string $rule ): int Push a grammar rule. The pro ... g process to identify the rule matched. パラメータ name Rule name. rule The rule to be added. The syntax i ...
https://man.plustar.jp/php/parle-rparser.push.html - [similar]
最大 4 つまでの $_SERVER 変数を実行時に変更させる 2940
« Phar::mount Phar::offsetExists » PHP Manual Phar 最大 4 つまでの $_SERVER 変数を実行時に変更さ ... に変更できる変数は REQUEST_URI 、 PHP_SELF 、 SCRIPT_NAME そして SCRIPT_FILENAME です。 このメソッド自身は何 ... PHAR_ をつけた名前で保持されます。たとえば SCRIPT_NAME の場合は 変更前の値は PHAR_SCRIPT_NAME となります。 ... ラメータ variables REQUEST_URI 、 PHP_SELF 、 SCRIPT_NAME および SCRIPT_FILENAME を含む配列。その他の値を指定 ... , 変数 , 実行 , 最大 , つま , mungServer , phar , NAME ...
https://man.plustar.jp/php/phar.mungserver.html - [similar]
Get the remote socket name of the connection. 2940
« Swoole\Client::__destruct Swoole\Client::getsockname » PHP Manual Swoole\Client Get the remote ... socket name of the connection. Swoole\Client::getpeername (PEC ... L swoole >= 1.9.0) Swoole\Client::getpeername — Get the remote socket name of the connection. 説 ... 明 public Swoole\Client::getpeername (): array パラメータ この関数にはパラメータはありま ... ote , Get , onnection , Swoole , the , of , getpeername , パラメータ , destruct , getsockname ...
https://man.plustar.jp/php/swoole-client.getpeername.html - [similar]
Get the local socket name of the connection. 2940
« Swoole\Client::getpeername Swoole\Client::isConnected » PHP Manual Swoole\Client Get the local ... socket name of the connection. Swoole\Client::getsockname (PEC ... L swoole >= 1.9.0) Swoole\Client::getsockname — Get the local socket name of the connection. 説明 ... public Swoole\Client::getsockname (): array パラメータ この関数にはパラメータはありま ... cal , Get , onnection , Swoole , the , of , getsockname , パラメータ , getpeername , isConnected ...
https://man.plustar.jp/php/swoole-client.getsockname.html - [similar]
Constructs a new SyncEvent object 2940
« SyncEvent SyncEvent::fire » PHP Manual SyncEvent Constructs a new SyncEvent object SyncEvent:: ... bject 説明 public SyncEvent::__construct ( string $name = ? , bool $manual = false , bool $prefire = false ... ) Constructs a named or unnamed event object. パラメータ name The name ... of the event if this is a named event object. 注意 : If the name already exists, ...
https://man.plustar.jp/php/syncevent.construct.html - [similar]