検索

phrase: max: clip:
target: order:
Results of 121 - 130 of about 710 for user (0.013 sec.)
Casting 3725
« Componere\cast エラー処理 » PHP Manual Componere 関数 Casting Componere\cast_by_ref (Componere ... f ( Type $type , $object ): Type パラメータ type A user defined type object An object with a user defined ...
https://man.plustar.jp/php/componere.cast_by_ref.html - [similar]
ユーザーのブラウザの機能を取得する 3725
« exit __halt_compiler » PHP Manual その他の関数 ユーザーのブラウザの機能を取得する get_browser ... ラウザの機能を取得する 説明 get_browser ( ? string $user_agent = null , bool $return_array = false ): objec ... ブラウザ情報を調べることにより行います。 パラメータ user_agent 処理するユーザーエージェント。デフォルトでは ... 、HTTP の User-Agent ヘッダの内容を使用します。しかし、このパラメ ... ザについての全情報の一覧 <?php echo $_SERVER [ 'HTTP_USER_AGENT' ] . "\n\n" ; $browser = get_browser ( null ...
https://man.plustar.jp/php/function.get-browser.html - [similar]
タイミング攻撃に対して安全な文字列比較 3725
« hash_copy hash_file » PHP Manual Hash 関数 タイミング攻撃に対して安全な文字列比較 hash_equals ... 説明 hash_equals ( string $known_string , string $user_string ): bool 2つの文字列が等しいかどうか、同じ長 ... ータ known_string 比較対象とする既知の長さの 文字列 user_string ユーザー指定の文字列 戻り値 2つの文字列が等 ... string , equals , 注意 , 2つ , パラメータ , 出力 , user , 既知 ...
https://man.plustar.jp/php/function.hash-equals.html - [similar]
SQL 文中で用いる文字列の特殊文字をエスケープする 3725
« mysql_query mysql_result » PHP Manual MySQL 関数 SQL 文中で用いる文字列の特殊文字をエスケープす ... 接続 $link = mysql_connect ( 'mysql_host' , 'mysql_user' , 'mysql_password' ) OR die( mysql_error ()); // ... クエリ $query = sprintf ( "SELECT * FROM users WHERE user='%s' AND password='%s'" , mysql_real_e ... scape_string ( $user ), mysql_real_escape_string ( $password )); ?> 例2 ... ーザーに望みどおりの情報を取得されてしまう $_POST [ 'username' ] = 'aidan' ; $_POST [ 'password' ] = "' OR ' ...
https://man.plustar.jp/php/function.mysql-real-escape-string.html - [similar]
Create new MongoDB Manager 3725
« MongoDB\Driver\Manager::addSubscriber MongoDB\Driver\Manager::createClientEncryption » PHP Man ... メータ uri A » mongodb:// connection URI: mongodb://[username:password@]host1[:port1][,host2[:port2],...[,ho ... » RFC 3986 . This is particularly relevant to the username and password, which can often include special ... d to specify the database name associated with the user's credentials; however the authSource URI option w ... ltAuthDb component has no effect in the absence of user credentials. uriOptions Additional » connection st ...
https://man.plustar.jp/php/mongodb-driver-manager.construct.html - [similar]
ReflectionFunction オブジェクトを作成する 3725
« ReflectionFunction ReflectionFunction::export » PHP Manual ReflectionFunction ReflectionFuncti ... to %d\n" , $func -> isInternal () ? 'internal' : 'user-defined' , $func -> getName (), $func -> getFileNa ... 例の出力は、 たとえば以下のようになります。 ===> The user-defined function 'counter1' declared in Z:\reflect ... --> Static variables: array ( 'c' => 0, ) ===> The user-defined function '{closure}' declared in Z:\reflec ...
https://man.plustar.jp/php/reflectionfunction.construct.html - [similar]
定義済み定数 3690
« リソース型 例 » PHP Manual エラー処理 定義済み定数 定義済み定数 以下の定数は、PHP コアに含まれ ... プティングエンジンによって発行される点が違う。 256 E_USER_ERROR ( int ) ユーザーによって発行されるエラーメッ ... () 関数を 使用した場合に発行される点が違う。 512 E_USER_WARNING ( int ) ユーザーによって発行される警告メッ ... ) 関数を 使用した場合に発行される点が違う。 1024 E_USER_NOTICE ( int ) ユーザーによって発行される注意メッセ ... コードについての警告を受け取ることができる。 16384 E_USER_DEPRECATED ( int ) ユーザー定義の警告メッセージ。こ ...
https://man.plustar.jp/php/errorfunc.constants.html - [similar]
The setCallback purpose 3690
« EventListener::getSocketName EventListener::setErrorCallback » PHP Manual EventListener The se ... two elements: IP address and the server port. arg User custom data attached to the callback. arg Custom u ...
https://man.plustar.jp/php/eventlistener.setcallback.html - [similar]
ユーザー定義のエラーハンドラ関数を設定する 3690
« restore_exception_handler set_exception_handler » PHP Manual エラー処理関数 ユーザー定義のエラ ... ecialchars ( $errstr ); switch ( $errno ) { case E_USER_ERROR : echo "<b>My ERROR</b> [ $errno ] $errstr < ... " ; echo "Aborting...<br />\n" ; exit( 1 ); case E_USER_WARNING : echo "<b>My WARNING</b> [ $errno ] $errs ... tr <br />\n" ; break; case E_USER_NOTICE : echo "<b>My NOTICE</b> [ $errno ] $errstr ... <= 0 is undefined, you used: scale = $scale " , E_USER_ERROR ); } if (! is_array ( $vect )) { trigger_err ...
https://man.plustar.jp/php/function.set-error-handler.html - [similar]
データベース接続の現在の文字コードセットを返す 3690
« mysqli::change_user mysqli::close » PHP Manual mysqli データベース接続の現在の文字コードセット ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); /* デフォルトの文字コ ... CT ); $mysqli = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); /* デフォルトの文字コ ...
https://man.plustar.jp/php/mysqli.character-set-name.html - [similar]