検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 374 for Database (0.034 sec.)
Gets the number of fields of a database 7198
« dbase_get_record dbase_numrecords » PHP Manual dBase 関数 Gets the number of fields of a database ... ) dbase_numfields — Gets the number of fields of a database 説明 dbase_numfields ( resource $database ): int G ... ts the number of fields (columns) in the specified database. 注意 : Field numbers are between 0 and dbase_numf ... e between 1 and dbase_numrecords($db) . パラメータ database The database resource, returned by dbase_open() or ... base_create() . 戻り値 The number of fields in the database, or false if an error occurs. 変更履歴 バージョン ...
https://man.plustar.jp/php/function.dbase-numfields.html - [similar]
Gets the number of records in a database 7198
« dbase_numfields dbase_open » PHP Manual dBase 関数 Gets the number of records in a database db ... dbase_numrecords — Gets the number of records in a database 説明 dbase_numrecords ( resource $database ): int ... Gets the number of records (rows) in the specified database. 注意 : Records which are marked as deleted are co ... between 0 and dbase_numfields($db)-1 . パラメータ database The database resource, returned by dbase_open() or ... ase_create() . 戻り値 The number of records in the database, or false if an error occurs. 変更履歴 バージョン ...
https://man.plustar.jp/php/function.dbase-numrecords.html - [similar]
Initiates a backup task in the service manager and returns immediately 7171
« ibase_affected_rows ibase_blob_add » PHP Manual Firebird/InterBase 関数 Initiates a backup tas ... This function passes the arguments to the (remote) database server. There it starts a new backup process. Ther ... rvice_handle A previously opened connection to the database server. source_db The absolute file path to the da ... tabase on the database server. You can also use a database alias. dest_fi ... le The path to the backup file on the database server. options Additional options to pass to the ...
https://man.plustar.jp/php/function.ibase-backup.html - [similar]
Updates the RRD database 7171
« rrd_tune rrd_version » PHP Manual RRD 関数 Updates the RRD database rrd_update (PECL rrd >= 0. ... 9.0) rrd_update — Updates the RRD database 説明 rrd_update ( string $filename , array $option ... s ): bool Updates the RRD database file. The input data is time interpolated accordin ... g to the properties of the RRD database file. パラメータ filename RRD database file name. ... This database will be updated. options Options for updating the ...
https://man.plustar.jp/php/function.rrd-update.html - [similar]
Initiates a restore task in the service manager and returns immediately 7057
« ibase_query ibase_rollback_ret » PHP Manual Firebird/InterBase 関数 Initiates a restore task i ... This function passes the arguments to the (remote) database server. There it starts a new restore process. The ... rvice_handle A previously opened connection to the database server. source_file The absolute path on the serve ... ile is located. dest_db The path to create the new database on the server. You can also use database alias. op ... tions Additional options to pass to the database server for restore. The options parameter can be a ...
https://man.plustar.jp/php/function.ibase-restore.html - [similar]
Opens a database 6715
« dbase_numrecords dbase_pack » PHP Manual dBase 関数 Opens a database dbase_open (PHP 5 < 5.3.0 ... , dbase 5, dbase 7) dbase_open — Opens a database 説明 dbase_open ( string $path , int $mode ): reso ... urce | false dbase_open() opens a dBase database with the given access mode. 注意 : この関数の動作は ... の設定に依存します。 パラメータ path The path of the database. It can be a relative or absolute path to the file ... spectively, to specify the mode . 戻り値 Returns a database resource on success, 失敗した場合に false を返しま ...
https://man.plustar.jp/php/function.dbase-open.html - [similar]
Delete a user from a security database 6689
« ibase_db_info ibase_drop_db » PHP Manual Firebird/InterBase 関数 Delete a user from a security ... database ibase_delete_user (PHP 5, PHP 7 < 7.4.0) ibase_del ... ete_user — Delete a user from a security database 説明 ibase_delete_user ( resource $service_handle ... : bool パラメータ service_handle The handle on the database server service. user_name The login name of the us ... er you want to delete from the database. 戻り値 成功した場合に true を、失敗した場合に fal ...
https://man.plustar.jp/php/function.ibase-delete-user.html - [similar]
クエリを実行するためのデフォルトのデータベースを選択する 6689
« mysqli::savepoint mysqli::set_charset » PHP Manual mysqli クエリを実行するためのデフォルトのデ ... ブジェクト指向型 public mysqli::select_db ( string $database ): bool 手続き型 mysqli_select_db ( mysqli $mysql ... , string $database ): bool データベース接続に対してクエリを実行する際 ... あるいは mysqli_init() が返す mysqli オブジェクト。 database データベース名。 戻り値 成功した場合に true を、失 ... を取得します */ $result = $mysqli -> query ( "SELECT DATABASE()" ); $row = $result -> fetch_row (); printf ( "De ...
https://man.plustar.jp/php/mysqli.select-db.html - [similar]
Gets a record from a database as an indexed array 6627
« dbase_get_record_with_names dbase_numfields » PHP Manual dBase 関数 Gets a record from a database ... , dbase 7) dbase_get_record — Gets a record from a database as an indexed array 説明 dbase_get_record ( resour ... ce $database , int $number ): array Gets a record from a databa ... se as an indexed array. パラメータ database The database resource, returned by dbase_open() or ... eturn false . 変更履歴 バージョン 説明 dbase 7.0.0 database is now a resource instead of an int . 参考 dbase_g ...
https://man.plustar.jp/php/function.dbase-get-record.html - [similar]
定義済み定数 6601
« リソース型 RpmInfo 関数 » PHP Manual RpmInfo 定義済み定数 定義済み定数 以下の定数が定義されてい ... G_BASENAMES ( int ) Name (not path) of files, with database index. RPMTAG_BUGURL ( int ) RPMTAG_BUILDARCHS ( i ... ONFLICTNAME ( int ) Conflicting dependencies, with database index. RPMTAG_CONFLICTNEVRS ( int ) RPMTAG_CONFLIC ... ) RPMTAG_DIRNAMES ( int ) Directory of files, with database index. RPMTAG_DISTRIBUTION ( int ) RPMTAG_DISTTAG ... RPMTAG_ENHANCENAME ( int ) Weak dependencies, with database index, requires librpm >= 4.13. RPMTAG_ENHANCENEVR ...
https://man.plustar.jp/php/rpminfo.constants.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT