検索

phrase: max: clip:
target: order:
Results of 211 - 220 of about 710 for user (0.038 sec.)
Script Injection Attacks 3418
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... xample, suppose we have some JavaScript to greet a user in the database logs. We could do: <?php $m = new ... MongoDB \ Driver \ Manager ; // Don't do this!!! $username = $_GET [ 'field' ]; $cmd = new \ MongoDB \ Dr ... iver \ Command ( [ 'eval' => "print('Hello, $username !');" ] ); $r = $m -> executeCommand ( 'dramio ... ' , $cmd ); ?> However, what if a malicious user passes in some JavaScript? <?php $m = new MongoDB ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
指定したステートメントのカラム数を返す 3418
« mysqli_stmt::fetch mysqli_stmt::free_result » PHP Manual mysqli_stmt 指定したステートメントのカ ... STRICT ); $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" , "world" ); $code = 'FR' ; $stmt ... CT ); $mysqli = mysqli_connect ( "localhost" , "my_user" , "my_password" , "world" ); $code = 'FR' ; $stmt ...
https://man.plustar.jp/php/mysqli-stmt.field-count.html - [similar]
指定したステートメントのパラメータ数を返す 3418
« mysqli_stmt::$num_rows mysqli_stmt::prepare » PHP Manual mysqli_stmt 指定したステートメントのパ ... 向型 <?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-stmt.param-count.html - [similar]
直近の接続コールに関するエラーコードを返す 3418
« mysqli::commit mysqli::$connect_error » PHP Manual mysqli 直近の接続コールに関するエラーコード ... す。 */ $mysqli = @new mysqli ( 'localhost' , 'fake_user' , 'wrong_password' , 'does_not_exist' ); if ( $my ... */ $link = @ mysqli_connect ( 'localhost' , 'fake_user' , 'wrong_password' , 'does_not_exist' ); if (! $l ...
https://man.plustar.jp/php/mysqli.connect-errno.html - [similar]
直近の接続エラーの説明を返す 3418
« mysqli::$connect_errno mysqli::__construct » PHP Manual mysqli 直近の接続エラーの説明を返す my ... す。 */ $mysqli = @new mysqli ( 'localhost' , 'fake_user' , 'wrong_password' , 'does_not_exist' ); if ( $my ... */ $link = @ mysqli_connect ( 'localhost' , 'fake_user' , 'wrong_password' , 'does_not_exist' ); if (! $l ...
https://man.plustar.jp/php/mysqli.connect-error.html - [similar]
直近の関数コールによるエラーコードを返す 3418
« mysqli::dump_debug_info mysqli::$error_list » 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.errno.html - [similar]
直近のエラーの内容を文字列で返す 3418
« mysqli::$error_list mysqli::$field_count » 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.error.html - [similar]
使用している接続の型を文字列で返す 3418
« mysqli::get_connection_stats mysqli::$protocol_version » 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.get-host-info.html - [similar]
使用している MySQL プロトコルのバージョンを返す 3418
« mysqli::$host_info mysqli::$server_info » PHP Manual mysqli 使用している MySQL プロトコルのバー ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" ); /* 接続状況をチェックします */ ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" ); /* 接続状況をチェックします */ ...
https://man.plustar.jp/php/mysqli.get-proto-info.html - [similar]
MySQL サーバーのバージョンを返す 3418
« mysqli::$protocol_version mysqli::$server_version » PHP Manual mysqli MySQL サーバーのバージョ ... 向型 <?php $mysqli = new mysqli ( "localhost" , "my_user" , "my_password" ); /* 接続状況をチェックします */ ... 型 <?php $link = mysqli_connect ( "localhost" , "my_user" , "my_password" ); /* 接続状況をチェックします */ ...
https://man.plustar.jp/php/mysqli.get-server-info.html - [similar]