検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 198 for identifier (0.020 sec.)
InterBase データベースでクエリを実行する 4668
« ibase_prepare ibase_restore » PHP Manual Firebird/InterBase 関数 InterBase データベースでクエリ ... でクエリを実行する 説明 ibase_query ( resource $link_identifier = ? , string $query , int $bind_args = ? ): resour ... データベース上でクエリを実行します。 パラメータ link_identifier InterBase リンク ID。省略した場合は、 最後にオープ ...
https://man.plustar.jp/php/function.ibase-query.html - [similar]
クライアントの文字セットを設定する 4668
« mysql_select_db mysql_stat » PHP Manual MySQL 関数 クライアントの文字セットを設定する mysql_se ... sql_set_charset ( string $charset , resource $link_identifier = NULL ): bool 現在の接続における、デフォルトの文字 ... ます。 パラメータ charset 有効な文字セット名。 link_identifier MySQL 接続。指定されない場合、 mysql_connect() によ ...
https://man.plustar.jp/php/function.mysql-set-charset.html - [similar]
Open a connection to a CUBRID Server 4614
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... n will be established, but instead, the connection identifier of the already opened connection will be returned. ... before with the same parameters. 戻り値 Connection identifier, when process is successful,失敗した場合に false を ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
Open a persistent connection to a CUBRID server 4614
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... host, port, dbname and userid. If one is found, an identifier for it will be returned instead of opening a new c ... database. passwd User password. 戻り値 Connection identifier, when process is successful,失敗した場合に false を ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
直近のクエリについての情報を得る 4614
« mysql_get_server_info mysql_insert_id » PHP Manual MySQL 関数 直近のクエリについての情報を得る ... す。 mysqli_info() 説明 mysql_info ( resource $link_identifier = NULL ): string 直近のクエリについての詳細な情報を ... 返します。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_connect() によ ...
https://man.plustar.jp/php/function.mysql-info.html - [similar]
SQL 文中で用いる文字列の特殊文字をエスケープする 4614
« mysql_query mysql_result » PHP Manual MySQL 関数 SQL 文中で用いる文字列の特殊文字をエスケープす ... string ( string $unescaped_string , resource $link_identifier = NULL ): string 現在の接続の文字セットで unescape ... ータ unescaped_string エスケープされる文字列。 link_identifier MySQL 接続。指定されない場合、 mysql_connect() によ ... レベルのエラーが生成され、 false が返されます。 link_identifier が指定されなかった場合は、 直近の MySQL 接続が用い ...
https://man.plustar.jp/php/function.mysql-real-escape-string.html - [similar]
MySQL データベースを選択する 4614
« mysql_result mysql_set_charset » PHP Manual MySQL 関数 MySQL データベースを選択する mysql_sele ... select_db ( string $database_name , resource $link_identifier = NULL ): bool 指定したリンク ID が指すサーバー上の ... ラメータ database_name 選択するデータベース名。 link_identifier MySQL 接続。指定されない場合、 mysql_connect() によ ...
https://man.plustar.jp/php/function.mysql-select-db.html - [similar]
The MongoDB\BSON\Binary class 4571
« MongoDB\BSON\toRelaxedExtendedJSON MongoDB\BSON\Binary::__construct » PHP Manual MongoDB\BSON ... goDB\BSON\Binary::TYPE_OLD_UUID Universally unique identifier (deprecated in favor of MongoDB\BSON\Binary::TYPE_ ... MongoDB\BSON\Binary::TYPE_UUID Universally unique identifier. When using this type, the Binary's data should be ...
https://man.plustar.jp/php/class.mongodb-bson-binary.html - [similar]
MySQL データベースを作成する 4571
« mysql_connect mysql_data_seek » PHP Manual MySQL 関数 MySQL データベースを作成する mysql_creat ... create_db ( string $database_name , resource $link_identifier = NULL ): bool mysql_create_db() は、指定したリンク ... abase_name 作成されるデータベースの名前です。 link_identifier MySQL 接続。指定されない場合、 mysql_connect() によ ...
https://man.plustar.jp/php/function.mysql-create-db.html - [similar]
直近に実行された MySQL 操作のエラーメッセージを返す 4571
« mysql_errno mysql_escape_string » PHP Manual MySQL 関数 直近に実行された MySQL 操作のエラーメッ ... PDO::errorInfo() 説明 mysql_error ( resource $link_identifier = NULL ): string 直近の MySQL 関数からのエラー文字 ... べることを忘れないようにしましょう。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_connect() によ ...
https://man.plustar.jp/php/function.mysql-error.html - [similar]