検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 101 for pass (0.007 sec.)
バイナリ属性を設定する 7432
« radius_put_addr radius_put_int » PHP Manual Radius 関数 バイナリ属性を設定する radius_put_attr ... al = md5 ( pack ( 'Ca*' , 1 , 'sepp' . $chall )); $pass = pack ( 'CH*' , 1 , $chapval ); if (! radius_put_ ... attr ( $res , RADIUS_CHAP_PASSWORD , $pass )) { echo 'RadiusError:' . radius_stre ...
https://man.plustar.jp/php/function.radius-put-attr.html - [similar]
SITEコマンドをサーバーに送信する 7290
« ftp_set_option ftp_size » PHP Manual FTP 関数 SITEコマンドをサーバーに送信する ftp_site (PHP 4 ... ftp.example.com' ); // "user" として、パスワード "pass" でログインする if (! ftp_login ( $ftp , 'user' , ... 'pass' )) die( 'Error logging into ftp.example.com' ); / ...
https://man.plustar.jp/php/function.ftp-site.html - [similar]
Script Injection Attacks 7290
« Request Injection Attacks MongoDB\Driver » PHP Manual Security Script Injection Attacks Script ... bles that cross the PHP- to-JavaScript boundry are passed in the scope field of MongoDB\BSON\Javascript , ... uce and group commands, and any other time you may pass JavaScript into the database. For example, suppose ... io' , $cmd ); ?> However, what if a malicious user passes in some JavaScript? <?php $m = new MongoDB \ Dri ... '!');" . This attack is easy to avoid: use args to pass variables from PHP to JavaScript: <?php $m = new M ...
https://man.plustar.jp/php/mongodb.security.script_injection.html - [similar]
Parsing and lexing 7160
« CommonMark\Render\XML はじめに » PHP Manual テキスト処理 Parsing and lexing Parsing and lexing ... out — Define token callback Parle\Lexer::consume — Pass the data for processing Parle\Lexer::dump — Dump t ... ut — Define token callback Parle\RLexer::consume — Pass the data for processing Parle\RLexer::dump — Dump ...
https://man.plustar.jp/php/book.parle.html - [similar]
サポートされる文字エンコーディング 7017
« HTTP 入出力 関数のオーバーロード機能 » PHP Manual マルチバイト文字列 サポートされる文字エンコー ... を指定する php.ini エントリには、 " auto " および " pass " を指定することもできます。 エンコーディング名を指 ... ng 関数にも、" auto " を指定することができます。 " pass " が指定された場合、 文字エンコーディングの変換は行 ...
https://man.plustar.jp/php/mbstring.supported-encodings.html - [similar]
Creates an unmanaged pointer to C data 6888
« FFI FFI::alignof » PHP Manual FFI Creates an unmanaged pointer to C data FFI::addr (PHP 7 >= 7 ... sulting pointer. This function is mainly useful to pass arguments to C functions by pointer. パラメータ pt ...
https://man.plustar.jp/php/ffi.addr.html - [similar]
6888
« ストリームのエラー ストリームラッパーとして登録するクラスの例 » PHP Manual ストリーム 例 例 目 ... み出す */ $ftpfile = file_get_contents ( "ftp://user:pass@ftp.example.com/foo.txt" ); /* FTPS を利用し、ftp. ... 出す */ $ftpsfile = file_get_contents ( "ftps://user:pass@ftp.example.com/foo.txt" ); ?> 例2 https のサーバー ...
https://man.plustar.jp/php/stream.examples.html - [similar]
データベースへの接続を返す 6745
« db2_conn_errormsg db2_cursor_type » PHP Manual IBM DB2 関数 データベースへの接続を返す db2_con ... ct ( string $database , string $username , string $password , array $options = ? ): resource IBM DB2 Unive ... me ;PORT= port ;PROTOCOL=TCPIP;UID= username ;PWD= password ; それぞれのパラメータは以下の内容を表します。 ... ポート。 username データベースに接続するユーザー名。 password データベースに接続するパスワード。 username デ ... 合は、 null あるいは空の文字列を渡す必要があります。 password データベースに接続するパスワード。 カタログでな ...
https://man.plustar.jp/php/function.db2-connect.html - [similar]
データベースへの持続的接続を返す 6745
« db2_pclose db2_prepare » PHP Manual IBM DB2 関数 データベースへの持続的接続を返す db2_pconnect ... ct ( string $database , string $username , string $password , array $options = ? ): resource IBM DB2 Unive ... リアス。 username データベースに接続するユーザー名。 password データベースに接続するパスワード。 options 接続 ... を返します。 パラメータ database 、 username および password に完全に一致する接続が 既に存在した場合、 db2_ ... <?php $database = 'SAMPLE' ; $user = 'db2inst1' ; $password = 'ibmdb2' ; $pconn = db2_pconnect ( $database ...
https://man.plustar.jp/php/function.db2-pconnect.html - [similar]
すべての設定オプションを得る 6745
« ini_alter ini_get » PHP Manual PHP オプション/情報 関数 すべての設定オプションを得る ini_get_a ... 100000 [access] => 7 ) ) Array ( [allow_call_time_pass_reference] => Array ( [global_value] => 0 [local_v ... ursion_limit] => 100000 ) Array ( [allow_call_time_pass_reference] => 0 [allow_url_fopen] => 1 ... ) 注意 ...
https://man.plustar.jp/php/function.ini-get-all.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT