検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 374 for DATABASE (0.002 sec.)
dBase 関数 7575
« 定義済み定数 dbase_add_record » PHP Manual dBase dBase 関数 dBase 関数 例 Many examples in thi ... s reference require a dBase database. We will use /tmp/test.dbf that will be created in ... ate() . 目次 dbase_add_record — Adds a record to a database dbase_close — Closes a database dbase_create — Cre ... ates a database dbase_delete_record — Deletes a record from a data ... dbase_get_header_info — Gets the header info of a database dbase_get_record_with_names — Gets a record from a ...
https://man.plustar.jp/php/ref.dbase.html - [similar]
dBase 7461
« cubrid_send_glo はじめに » PHP Manual ベンダー固有のモジュール dBase dBase はじめに インストー ... 数 dBase 関数 dbase_add_record — Adds a record to a database dbase_close — Closes a database dbase_create — Cre ... ates a database dbase_delete_record — Deletes a record from a data ... dbase_get_header_info — Gets the header info of a database dbase_get_record_with_names — Gets a record from a ... database as an associative array dbase_get_record — Gets a ...
https://man.plustar.jp/php/book.dbase.html - [similar]
Deletes a record from a database 7400
« dbase_create dbase_get_header_info » PHP Manual dBase 関数 Deletes a record from a database db ... e 7) dbase_delete_record — Deletes a record from a database 説明 dbase_delete_record ( resource $database , in ... bool Marks the given record to be deleted from the database. 注意 : To actually remove the record from the dat ... base, you must also call dbase_pack() . パラメータ database The database resource, returned by dbase_open() or ... which spans from 1 to the number of records in the database (as returned by dbase_numrecords() ). 戻り値 成功し ...
https://man.plustar.jp/php/function.dbase-delete-record.html - [similar]
Closes a database 7338
« dbase_add_record dbase_create » PHP Manual dBase 関数 Closes a database dbase_close (PHP 5 < 5 ... .3.0, dbase 5, dbase 7) dbase_close — Closes a database 説明 dbase_close ( resource $database ): bool Clos ... es the given database resource. パラメータ database The database resourc ... を返します。 変更履歴 バージョン 説明 dbase 7.0.0 database is now a resource instead of an int . 例 例1 Closi ... ng a dBase database file <?php // open in read-only mode $db = dbase_o ...
https://man.plustar.jp/php/function.dbase-close.html - [similar]
Creates a database 7312
« dbase_close dbase_delete_record » PHP Manual dBase 関数 Creates a database dbase_create (PHP 5 ... 5.3.0, dbase 5, dbase 7) dbase_create — Creates a database 説明 dbase_create ( string $path , array $fields , ... E_DBASE ): resource dbase_create() creates a dBase database with the given definition. If the file already exi ... の設定に依存します。 パラメータ path The path of the database. It can be a relative or absolute path to the file ... ch array describing the format of one field of the database. Each field consists of a name, a character indica ...
https://man.plustar.jp/php/function.dbase-create.html - [similar]
Adds a record to a database 7285
« dBase 関数 dbase_close » PHP Manual dBase 関数 Adds a record to a database dbase_add_record (P ... 5, dbase 7) dbase_add_record — Adds a record to a database 説明 dbase_add_record ( resource $database , array ... $data ): bool Adds the given data to the database. パラメータ database The database resource, return ... items must be equal to the number of fields in the database, otherwise dbase_add_record() will fail. 注意 : If ... を返します。 変更履歴 バージョン 説明 dbase 7.0.0 database is now a resource instead of an int . 例 例1 Inser ...
https://man.plustar.jp/php/function.dbase-add-record.html - [similar]
Packs a database 7259
« dbase_open dbase_replace_record » PHP Manual dBase 関数 Packs a database dbase_pack (PHP 5 < 5 ... .3.0, dbase 5, dbase 7) dbase_pack — Packs a database 説明 dbase_pack ( resource $database ): bool Packs ... the specified database by permanently deleting all records marked for del ... (contrary to dBASE III's PACK command). パラメータ database The database resource, returned by dbase_open() or ... を返します。 変更履歴 バージョン 説明 dbase 7.0.0 database is now a resource instead of an int . 例 例1 Empty ...
https://man.plustar.jp/php/function.dbase-pack.html - [similar]
Gets the header info of a database 7224
« dbase_delete_record dbase_get_record_with_names » PHP Manual dBase 関数 Gets the header info o ... f a database dbase_get_header_info (PHP 5 < 5.3.0, dbase 5, dba ... dbase_get_header_info — Gets the header info of a database 説明 dbase_get_header_info ( resource $database ): ... s information on the column structure of the given database resource. パラメータ database The database resourc ... indexed array with an entry for each column in the database. The array index starts at 0. Each array element c ...
https://man.plustar.jp/php/function.dbase-get-header-info.html - [similar]
Replaces a record in a database 7224
« dbase_pack Firebird/InterBase » PHP Manual dBase 関数 Replaces a record in a database dbase_re ... e 7) dbase_replace_record — Replaces a record in a database 説明 dbase_replace_record ( resource $database , a ... t $number ): bool Replaces the given record in the database with the given data. パラメータ database The datab ... items must be equal to the number of fields in the database, otherwise dbase_replace_record() will fail. 注意 ... which spans from 1 to the number of records in the database (as returned by dbase_numrecords() ). 戻り値 成功し ...
https://man.plustar.jp/php/function.dbase-replace-record.html - [similar]
Add a user to a security database 7224
« fbird_wait_event ibase_affected_rows » PHP Manual Firebird/InterBase 関数 Add a user to a secu ... rity database ibase_add_user (PHP 5, PHP 7 < 7.4.0) ibase_add_us ... er — Add a user to a security database 説明 ibase_add_user ( resource $service_handle , s ... : bool パラメータ service_handle The handle on the database server service. user_name The login name of the ne ... w database user. password The password of the new user. first ...
https://man.plustar.jp/php/function.ibase-add-user.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT