検索

phrase: max: clip:
target: order:
Results of 531 - 540 of about 777 for e (0.262 sec.)
Returns the PHP representation of a BSON value 3049
« MongoDB\BSON\toJSON MongoDB\BSON\toRelaxedExtendedJSON » PHP Manual 関数 Returns the PHP repre ... sentation of a BSON value MongoDB\BSON\toPHP (mongodb ... >=1.0.0) MongoDB\BSON\toPHP — Returns the PHP representation of a BSON value 説明 M ... ongoDB\BSON\toPHP ( string $bson , array $typeMap = array() ): array | object Unserializes a BSON ... document (i.e. binary string) to its PHP representation. ...
https://man.plustar.jp/php/function.mongodb.bson-tophp.html - [similar]
文字セット名を返す 3049
« mysql_affected_rows mysql_close » PHP Manual MySQL 関数 文字セット名を返す mysql_client_encodi ... ng (PHP 4 >= 4.3.0, PHP 5) mysql_client_encoding — 文字セット名を返す 警告 この拡張モジュ ... の関数の代替として、これらが使えます。 mysqli_character_set_name() 説明 mysql_client_encoding ( resource ... $link_identifier = NULL ): string MySQL の character_set 変数 ... の値を取得します。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_connec ...
https://man.plustar.jp/php/function.mysql-client-encoding.html - [similar]
mysql_list_dbs のコール結果からデータベース名を取得する 3049
« mysql_data_seek mysql_db_query » PHP Manual MySQL 関数 mysql_list_dbs のコール結果からデータベ ... ース名を取得する mysql_db_name (PHP 4, PHP 5) mysql_db_name — mysql_list_dbs() の ... この関数の代替として、これらが使えます。 クエリー: SELECT DATABASE() 説明 mysql_db_name ( resource $resu ... lt , int $row , mixed $field = NULL ): string mysql_list_dbs() をコール ... した結果からデータベース名を取得します。 パラメータ result mysql_list_dbs() をコールして 得られた結果ポイ ...
https://man.plustar.jp/php/function.mysql-db-name.html - [similar]
指定したフィールドの長さを返す 3049
« mysql_field_flags mysql_field_name » PHP Manual MySQL 関数 指定したフィールドの長さを返す mysq ... l_field_len (PHP 4, PHP 5) mysql_field_len — 指定したフィ ... 。 この関数の代替として、これらが使えます。 mysqli_fetch_field_direct() [length] PDOStatement::getColumn ... Meta() [len] 説明 mysql_field_len ( resource $result ... , int $field_offset ): int | false mysql_field_len() は指定し ...
https://man.plustar.jp/php/function.mysql-field-len.html - [similar]
結果ポインタを指定したフィールドオフセットにセットする 3049
« mysql_field_name mysql_field_table » PHP Manual MySQL 関数 結果ポインタを指定したフィールドオフ ... セットにセットする mysql_field_seek (PHP 4, PHP 5) mysql_field_seek — 結果ポイン ... この関数の代替として、これらが使えます。 mysqli_field_seek() PDOStatement::fetch() で cursor_orientati ... on パラメータおよび offset パラメータを使う 説明 mysql_field_seek ( resource ... $result , int $field_offset ): bool 指定したフィールド ...
https://man.plustar.jp/php/function.mysql-field-seek.html - [similar]
指定したフィールドが含まれるテーブルの名前を取得する 3049
« mysql_field_seek mysql_field_type » PHP Manual MySQL 関数 指定したフィールドが含まれるテーブル ... の名前を取得する mysql_field_table (PHP 4, PHP 5) mysql_field_table — 指定した ... 。 この関数の代替として、これらが使えます。 mysqli_fetch_field_direct() [table] あるいは [orgtable] PDOS ... tatement::getColumnMeta() [table] 説明 mysql_field_tabl ... e ( resource $result , int $field_offset ): string 指定し ...
https://man.plustar.jp/php/function.mysql-field-table.html - [similar]
MySQL ホスト情報を取得する 3049
« mysql_get_client_info mysql_get_proto_info » PHP Manual MySQL 関数 MySQL ホスト情報を取得する ... mysql_get_host_info (PHP 4 >= 4.0.5, PHP 5) mysql_get_host_ ... 。 この関数の代替として、これらが使えます。 mysqli_get_host_info() PDO::getAttribute(PDO::ATTR_CONNECTIO ... N_STATUS) 説明 mysql_get_host_info ( resource $link_identifier = NULL ): s ... tring | false 使用されている接続の型を返します。その中にはサーバ ...
https://man.plustar.jp/php/function.mysql-get-host-info.html - [similar]
MySQL プロトコル情報を取得する 3049
« mysql_get_host_info mysql_get_server_info » PHP Manual MySQL 関数 MySQL プロトコル情報を取得す ... る mysql_get_proto_info (PHP 4 >= 4.0.5, PHP 5) mysql_get_prot ... 。 この関数の代替として、これらが使えます。 mysqli_get_proto_info() 説明 mysql_get_proto_info ( resource ... $link_identifier = NULL ): int | false MySQL プロトコルを取得 ... します。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_connec ...
https://man.plustar.jp/php/function.mysql-get-proto-info.html - [similar]
MySQL サーバー情報を取得する 3049
« mysql_get_proto_info mysql_info » PHP Manual MySQL 関数 MySQL サーバー情報を取得する mysql_get ... _server_info (PHP 4 >= 4.0.5, PHP 5) mysql_get_server_ ... 。 この関数の代替として、これらが使えます。 mysqli_get_server_info() PDO::getAttribute(PDO::ATTR_SERVER_ ... VERSION) 説明 mysql_get_server_info ( resource $link_ ... identifier = NULL ): string | false MySQL サーバーのバ ...
https://man.plustar.jp/php/function.mysql-get-server-info.html - [similar]
MySQL プロセスのリストを得る 3049
« mysql_list_fields mysql_list_tables » PHP Manual MySQL 関数 MySQL プロセスのリストを得る mysql ... _list_processes (PHP 4 >= 4.3.0, PHP 5) mysql_list_processes — ... この関数の代替として、これらが使えます。 mysqli_thread_id() 説明 mysql_list_processes ( resource $link_ ... identifier = NULL ): resource | false 現在の MySQL サー ... バーのスレッドを取得します。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_connec ...
https://man.plustar.jp/php/function.mysql-list-processes.html - [similar]