検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 374 for database (0.132 sec.)
Gets information about rrd file 4828
« rrd_graph rrd_last » PHP Manual RRD 関数 Gets information about rrd file rrd_info (PECL rrd >= ... ): array Returns information about particular RRD database file. パラメータ file RRD database file name. 戻り ... キーワード: rrd , file , information , RRD , info , database , particular , requested , Array , パラメータ ...
https://man.plustar.jp/php/function.rrd-info.html - [similar]
Begins a database transaction 4828
« SQLSRV 関数 sqlsrv_cancel » PHP Manual SQLSRV 関数 Begins a database transaction sqlsrv_begin_ ... nly be in Git) sqlsrv_begin_transaction — Begins a database transaction 説明 sqlsrv_begin_transaction ( resour ... serverName\sqlexpress" ; $connectionInfo = array( "Database" => "dbName" , "UID" => "userName" , "PWD" => "pas ... egin_transaction 関連キーワード: sqlsrv , Begins , database , commit , SQLSRV , back , rollback , begun , conn ...
https://man.plustar.jp/php/function.sqlsrv-begin-transaction.html - [similar]
The MongoDB\Driver\Manager class 4801
« MongoDB\Driver MongoDB\Driver\Manager::addSubscriber » PHP Manual MongoDB\Driver The MongoDB\D ... MongoDB\Driver\Manager::executeCommand — Execute a database command MongoDB\Driver\Manager::executeQuery — Exe ... cute a database query MongoDB\Driver\Manager::executeReadCommand — ... Execute a database command that reads MongoDB\Driver\Manager::execute ... ReadWriteCommand — Execute a database command that reads and writes MongoDB\Driver\Manag ...
https://man.plustar.jp/php/class.mongodb-driver-manager.html - [similar]
Close a database connection 4801
« cubrid_current_oid cubrid_drop » PHP Manual CUBRID 関数 Close a database connection cubrid_dis ... (PECL CUBRID >= 8.3.0) cubrid_disconnect — Close a database connection 説明 cubrid_disconnect ( resource $conn ... UBRID server 関連キーワード: cubrid , connection , database , CUBRID , a , disconnect , identifier , conn , fu ...
https://man.plustar.jp/php/function.cubrid-disconnect.html - [similar]
Gets information about last updated data 4801
« rrd_last rrd_restore » PHP Manual RRD 関数 Gets information about last updated data rrd_lastup ... for each date in the most recent update of the RRD database file. パラメータ file RRD database file name. 戻り ... , data , updated , rrd , RRD , lastupdate , file , database , array , update ...
https://man.plustar.jp/php/function.rrd-lastupdate.html - [similar]
Register a user-defined callback function for Oracle Database TAF 4775
« oci_pconnect oci_result » PHP Manual OCI8 関数 Register a user-defined callback function for O ... racle Database TAF oci_register_taf_callback (PHP 7.0 >= 7.0.21, ... gister a user-defined callback function for Oracle Database TAF 説明 oci_register_taf_callback ( resource $con ... gister a user-defined callback function for Oracle Database TAF 関連キーワード: callback , oci , function , us ...
https://man.plustar.jp/php/function.oci-register-taf-callback.html - [similar]
4749
« 定義済み定数 CUBRID 関数 » PHP Manual CUBRID 例 例 The following is a simple example that esta ... . The following code required to connect to CUBRID database, which means CUBRID Server and CUBRID Broker have ... to be running. The example below uses the demodb database as an examples. By default it is created during th ... ost_port , $db_name ); if (! $cubrid_con ) { echo "Database Connection Error" ; exit; } ?> <?php $sql = "selec ... the CUBRID Broker * db_name is the name of CUBRID Database */ $host_ip = "localhost" ; $host_port = 33000 ; $ ...
https://man.plustar.jp/php/cubrid.examples.html - [similar]
finfo_open のエイリアス 4749
« finfo::buffer finfo::file » PHP Manual finfo finfo_open のエイリアス finfo::__construct (PHP > ... uct ( int $flags = FILEINFO_NONE , ? string $magic_database = null ) この関数は次の関数のエイリアスです。 finf ... o_open() 変更履歴 バージョン 説明 8.0.3 magic_database は、nullable になりました。 関連キーワード: finfo ... , open , construct , database , 関数 , buffer , file , fileinfo , public , int ...
https://man.plustar.jp/php/finfo.construct.html - [similar]
データベースへの持続的接続を返す 4749
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect ... ースへの持続的接続を返す 説明 db2_pconnect ( string $database , string $username , string $password , array $opt ... ions = ? ): resource IBM DB2 Universal Database、IBM Cloudscape あるいは Apache Derby データベースへ ... リプトの実行に影響するのを防ぐためです。 パラメータ database DB2 クライアントカタログ内のデータベースエイリアス ... クセスが可能となりますが、 現在は IBM DB2 Universal Database でしかサポートされていません。 以下の新しいオプショ ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
データベースを選択し、そこでクエリーを実行する 4749
« mysql_db_name mysql_drop_db » PHP Manual MySQL 関数 データベースを選択し、そこでクエリーを実行 ... 行 PDO::__construct() 説明 mysql_db_query ( string $database , string $query , resource $link_identifier = NULL ... スを選択し、 そこでクエリーを実行します。 パラメータ database 選択するデータベース名。 query MySQL クエリー。 ク ... 'mysql_dbname' , $link )) { echo 'Could not select database' ; exit; } $sql = 'SELECT foo FROM bar WHERE id = ... (! $result ) { echo "DB Error, could not query the database\n" ; echo 'MySQL Error: ' . mysql_error (); exit; ...
https://man.plustar.jp/php/function.mysql-db-query.html - [similar]