検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 710 for user (0.101 sec.)
クライアントの文字セットを設定する 3355
« mysqli::select_db mysqli::$sqlstate » PHP Manual mysqli クライアントの文字セットを設定する mys ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "test" ); printf ( "Initial cha ... RICT ); $link = mysqli_connect ( 'localhost' , 'my_user' , 'my_password' , 'test' ); printf ( "Initial cha ...
https://man.plustar.jp/php/mysqli.set-charset.html - [similar]
直前の MySQL の操作での SQLSTATE エラーを返す 3355
« mysqli::set_charset mysqli::ssl_set » PHP Manual mysqli 直前の MySQL の操作での SQLSTATE エラー ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli.sqlstate.html - [similar]
現在の接続のスレッド ID を返す 3355
« mysqli::store_result mysqli::thread_safe » PHP Manual mysqli 現在の接続のスレッド ID を返す my ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli.thread-id.html - [similar]
指定した接続の直近のクエリから発生した警告の数を返す 3355
« mysqli::use_result mysqli_stmt » PHP Manual mysqli 指定した接続の直近のクエリから発生した警告の ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* 接続状況をチェック ...
https://man.plustar.jp/php/mysqli.warning-count.html - [similar]
ReflectionMethod を作成する 3355
« ReflectionMethod ReflectionMethod::export » PHP Manual ReflectionMethod ReflectionMethod を作成 ... [%s]\n" , $method -> isInternal () ? 'internal' : 'user-defined' , $method -> isAbstract () ? ' abstract' ... 例の出力は、 たとえば以下のようになります。 ===> The user-defined final public static method 'increment' (wh ... ich is a regular method) declared in /Users/philip/cvs/phpdoc/test.php lines 14 to 17 having ...
https://man.plustar.jp/php/reflectionmethod.construct.html - [similar]
WinCache 統計スクリプト 3355
« 実行時設定 WinCache セッションハンドラ » PHP Manual インストール/設定 WinCache 統計スクリプト ... ために、このファイルをテキストエディタで開いて、定数 USERNAME と PASSWORD の値を変更しましょう。サーバー上で ... */ define ( 'USE_AUTHENTICATION' , 1 ); define ( 'USERNAME' , 'wincache' ); define ( 'PASSWORD' , 'wincac ... at case use the array below to define the names of users in your * domain/network/workgroup which you want ... to grant access to. */ $user_allowed = array( 'DOMAIN\user1' , 'DOMAIN\user2' , ...
https://man.plustar.jp/php/wincache.stats.html - [similar]
Create a new Image converter 3355
« wkhtmltox\Image\Converter wkhtmltox\Image\Converter::convert » PHP Manual wkhtmltox\Image\Conv ... d and store cookies /tmp/cookies.txt >= 0.1.0 load.username user name to use when loging into a website ba ... where no encoding is specified utf-8 >= 0.1.0 web.userStyleSheet URL or path to a user specified style sh ...
https://man.plustar.jp/php/wkhtmltox-image-converter.construct.html - [similar]
SoapClient クラス 3327
« use_soap_error_handler SoapClient::__call » PHP Manual SOAP SoapClient クラス SoapClient クラス ... rce $ _stream_context = null ; private ? string $ _user_agent = null ; private bool $ _keep_alive = true ; ... ssl_method _stream_context _use_digest _use_proxy _user_agent compression httpsocket httpurl location sdl ...
https://man.plustar.jp/php/class.soapclient.html - [similar]
Set event listener's error callback 3327
« EventListener::setCallback EventSslContext » PHP Manual EventListener Set event listener's err ... ll ): void listener The EventListener object. data User custom data attached to the callback. 戻り値 参考 ...
https://man.plustar.jp/php/eventlistener.seterrorcallback.html - [similar]
リモートファイルの使用 3327
« 参考 接続処理 » PHP Manual 機能 リモートファイルの使用 リモートファイルの使用 php.ini で allow ... 以外のユーザーで接続を行う場合、URL の中で ' ftp://user:password@ftp.example.com/path/to/file ' のようにユ ... ここに書きます。 */ fputs ( $file , $_SERVER [ 'HTTP_USER_AGENT' ] . "\n" ); fclose ( $file ); ?> 注意 : 上の ...
https://man.plustar.jp/php/features.remote-files.html - [similar]