検索

phrase: max: clip:
target: order:
Results of 581 - 590 of about 710 for user (0.065 sec.)
3110
« リソース型 Event flags » PHP Manual Event 例 例 例1 Simple HTTP client <?php // Read callback ... trigger_error ( "Failed creating SSL context" , E_USER_ERROR ); } $base = new EventBase (); if (! $base ) ... gger_error ( "Failed to initialize event base" , E_USER_ERROR ); } $conn = new EventHttpConnection ( $base ... ) { trigger_error ( "Couldn't create listener" , E_USER_ERROR ); } $this -> listener -> setErrorCallback ( ...
https://man.plustar.jp/php/event.examples.html - [similar]
トランザクションをロールバックする 3110
« db2_result db2_server_info » PHP Manual IBM DB2 関数 トランザクションをロールバックする db2_ro ... 示します。 <?php $conn = db2_connect ( $database , $user , $password ); if ( $conn ) { $stmt = db2_exec ( $ ...
https://man.plustar.jp/php/function.db2-rollback.html - [similar]
ファイルまたは URL をオープンする 3110
« fnmatch fpassthru » PHP Manual ファイルシステム 関数 ファイルまたは URL をオープンする fopen ( ... れぞれのページを見てください (例えば、 php.ini 上の user_agent の値は http ラッパーが使用します)。 Windows ... ww.example.com/" , "r" ); $handle = fopen ( "ftp://user:password@example.com/somefile.txt" , "w" ); ?> 注意 ...
https://man.plustar.jp/php/function.fopen.html - [similar]
結果から情報を展開する 3110
« ldap_parse_reference ldap_read » PHP Manual LDAP 関数 結果から情報を展開する ldap_parse_result ... t() の例 <?php $result = ldap_search ( $link , "cn=userref,dc=my-domain,dc=com" , "(cn=user*)" ); $errcode ...
https://man.plustar.jp/php/function.ldap-parse-result.html - [similar]
MySQL 接続を閉じる 3110
« mysql_client_encoding mysql_connect » PHP Manual MySQL 関数 MySQL 接続を閉じる mysql_close (PH ... <?php $link = mysql_connect ( 'localhost' , 'mysql_user' , 'mysql_password' ); if (! $link ) { die( '接続で ...
https://man.plustar.jp/php/function.mysql-close.html - [similar]
MySQL データベースを作成する 3110
« mysql_connect mysql_data_seek » PHP Manual MySQL 関数 MySQL データベースを作成する mysql_creat ... <?php $link = mysql_connect ( 'localhost' , 'mysql_user' , 'mysql_password' ); if (! $link ) { die( '接続で ...
https://man.plustar.jp/php/function.mysql-create-db.html - [similar]
MySQLデータベースを破棄(削除)する 3110
« mysql_db_query mysql_errno » PHP Manual MySQL 関数 MySQLデータベースを破棄(削除)する mysql_dro ... <?php $link = mysql_connect ( 'localhost' , 'mysql_user' , 'mysql_password' ); if (! $link ) { die( 'Could ...
https://man.plustar.jp/php/function.mysql-drop-db.html - [similar]
直近の MySQL 処理からエラーメッセージのエラー番号を返す 3110
« mysql_drop_db mysql_error » PHP Manual MySQL 関数 直近の MySQL 処理からエラーメッセージのエラー ... <?php $link = mysql_connect ( "localhost" , "mysql_user" , "mysql_password" ); if (! mysql_select_db ( "no ...
https://man.plustar.jp/php/function.mysql-errno.html - [similar]
直近に実行された MySQL 操作のエラーメッセージを返す 3110
« mysql_errno mysql_escape_string » PHP Manual MySQL 関数 直近に実行された MySQL 操作のエラーメッ ... <?php $link = mysql_connect ( "localhost" , "mysql_user" , "mysql_password" ); mysql_select_db ( "nonexist ...
https://man.plustar.jp/php/function.mysql-error.html - [similar]
MySQL データベース上のテーブルのリストを得る 3110
« mysql_list_processes mysql_num_fields » PHP Manual MySQL 関数 MySQL データベース上のテーブルの ... ame' ; if (! mysql_connect ( 'mysql_host' , 'mysql_user' , 'mysql_password' )) { echo 'Could not connect t ...
https://man.plustar.jp/php/function.mysql-list-tables.html - [similar]