検索

phrase: max: clip:
target: order:
Results of 141 - 150 of about 225 for link (0.009 sec.)
直近の接続コールに関するエラーコードを返す 4675
« mysqli::commit mysqli::$connect_error » PHP Manual mysqli 直近の接続コールに関するエラーコード ... のエラーメッセージを抑制するには、@ を使います。 */ $link = @ mysqli_connect ( 'localhost' , 'fake_user' , ' ... wrong_password' , 'does_not_exist' ); if (! $link ) { /* エラーをロギングする方法はお好きなものをどう ...
https://man.plustar.jp/php/mysqli.connect-errno.html - [similar]
直近の接続エラーの説明を返す 4675
« mysqli::$connect_errno mysqli::__construct » PHP Manual mysqli 直近の接続エラーの説明を返す my ... のエラーメッセージを抑制するには、@ を使います。 */ $link = @ mysqli_connect ( 'localhost' , 'fake_user' , ' ... wrong_password' , 'does_not_exist' ); if (! $link ) { /* エラーをロギングする方法はお好きなものをどう ...
https://man.plustar.jp/php/mysqli.connect-error.html - [similar]
クライアント接続に関する統計情報を返す 4675
« mysqli::$client_version mysqli::$host_info » PHP Manual mysqli クライアント接続に関する統計情報 ... す。 注意 : mysqlnd でのみ使用可能です。 パラメータ link 手続き型のみ: mysqli_connect() あるいは mysqli_ini ... 。 例 例1 mysqli_get_connection_stats() の例 <?php $link = mysqli_connect (); print_r ( mysqli_get_connecti ... on_stats ( $link )); ?> 上の例の出力は、 たとえば以下のようになりま ...
https://man.plustar.jp/php/mysqli.get-connection-stats.html - [similar]
直近のクエリについての情報を得る 4633
« mysql_get_server_info mysql_insert_id » PHP Manual MySQL 関数 直近のクエリについての情報を得る ... 使えます。 mysqli_info() 説明 mysql_info ( resource $link_identifier = NULL ): string 直近のクエリについての ... 詳細な情報を返します。 パラメータ link_identifier MySQL 接続。指定されない場合、 mysql_co ...
https://man.plustar.jp/php/function.mysql-info.html - [similar]
マジックメソッド 4633
« オブジェクトの反復処理 finalキーワード » PHP Manual クラスとオブジェクト マジックメソッド マジ ... leep と wakeup <?php class Connection { protected $link ; private $dsn , $username , $password ; public fu ... nnect (); } private function connect () { $this -> link = new PDO ( $this -> dsn , $this -> username , $th ... と unserialize <?php class Connection { protected $link ; private $dsn , $username , $password ; public fu ... nnect (); } private function connect () { $this -> link = new PDO ( $this -> dsn , $this -> username , $th ...
https://man.plustar.jp/php/language.oop5.magic.html - [similar]
リソース型 4633
« 実行時設定 例 » PHP Manual インストール/設定 リソース型 リソース型 There is only one resource ... type used in the stomp extension - it's the link identifier for a stomp connection. 関連キーワード: ...
https://man.plustar.jp/php/stomp.resources.html - [similar]
PgSql\Connection クラス 4592
« pg_version PgSql\Result » PHP Manual PostgreSQL PgSql\Connection クラス PgSql\Connection クラス ... (PHP 8 >= 8.1.0) はじめに PHP 8.1.0 以降、 pgsql link リソースを置き換える、完全不定形クラスです。 クラス ...
https://man.plustar.jp/php/class.pgsql-connection.html - [similar]
結果から情報を展開する 4592
« ldap_parse_reference ldap_read » PHP Manual LDAP 関数 結果から情報を展開する ldap_parse_result ... parse_result() の例 <?php $result = ldap_search ( $link , "cn=userref,dc=my-domain,dc=com" , "(cn=user*)" ... $errmsg = $refs = null ; if ( ldap_parse_result ( $link , $result , $errcode , $dn , $errmsg , $refs )) { ...
https://man.plustar.jp/php/function.ldap-parse-result.html - [similar]
MySQL テーブルのフィールドのリストを得る 4592
« mysql_list_dbs mysql_list_processes » PHP Manual MySQL 関数 MySQL テーブルのフィールドのリスト ... ng $database_name , string $table_name , resource $link_identifier = NULL ): resource 指定された名前のテー ... ベース名。 table_name クエリの対象となるテーブル名。 link_identifier MySQL 接続。指定されない場合、 mysql_co ...
https://man.plustar.jp/php/function.mysql-list-fields.html - [similar]
MySQL データベース上のテーブルのリストを得る 4592
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... 明 mysql_list_tables ( string $database , resource $link_identifier = NULL ): resource | false MySQL データ ... を推奨します。 パラメータ database データベース名。 link_identifier MySQL 接続。指定されない場合、 mysql_co ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]