検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 43 for passwd (0.012 sec.)
Open a connection to a CUBRID Server 7913
« cubrid_connect_with_url cubrid_current_oid » PHP Manual CUBRID 関数 Open a connection to a CUB ... rt , string $dbname , string $userid = ? , string $passwd = ? , bool $new_link = false ): resource The cubri ... base. If not given, the default value is "public". passwd User password. If not given, the default value is ...
https://man.plustar.jp/php/function.cubrid-connect.html - [similar]
Open a persistent connection to a CUBRID server 7913
« cubrid_pconnect_with_url cubrid_prepare » PHP Manual CUBRID 関数 Open a persistent connection ... rt , string $dbname , string $userid = ? , string $passwd = ? ): resource Establishes a persistent connectio ... me of database. userid User name for the database. passwd User password. 戻り値 Connection identifier, when ...
https://man.plustar.jp/php/function.cubrid-pconnect.html - [similar]
ファイルシステムのセキュリティ 7913
« セッションのセキュリティ Null バイト関連の問題 » PHP Manual セキュリティ ファイルシステムのセキ ... を使用するべきです。投稿された変数が、 "../etc/" と "passwd " であった場合について考えてみましょう。簡単 なコー ... erfile = $_POST [ 'user_submitted_filename' ]; // "passwd" $homedir = "/home/ $username " ; // "/home/../etc ... ink ( " $homedir / $userfile " ); // "/home/../etc/passwd" echo "ファイルは削除されました!" ; ?> こうした問題 ...
https://man.plustar.jp/php/security.filesystem.html - [similar]
mysql サーバーとの接続をオープンする 7805
« mysqli::query mysqli::real_escape_string » PHP Manual mysqli mysql サーバーとの接続をオープンす ... string $host = ? , string $username = ? , string $passwd = ? , string $dbname = ? , int $port = ? , string ... string $host = ? , string $username = ? , string $passwd = ? , string $dbname = ? , int $port = ? , string ... プを優先して使用します。 username MySQL ユーザー名。 passwd null を指定した場合は、MySQL サーバーは パスワード ...
https://man.plustar.jp/php/mysqli.real-connect.html - [similar]
正規化された絶対パス名を返す 7697
« realpath_cache_size rename » PHP Manual ファイルシステム 関数 正規化された絶対パス名を返す rea ... hdir ( '/var/www/' ); echo realpath ( './../../etc/passwd' ) . PHP_EOL ; echo realpath ( '/tmp/' ) . PHP_EOL ... ; ?> 上の例の出力は以下となります。 /etc/passwd /tmp 例2 Windows 上での realpath() Windows 上で re ...
https://man.plustar.jp/php/function.realpath.html - [similar]
LDAP コントロール 7589
« 基本的な使用法 LDAP 関数 » PHP Manual 例 LDAP コントロール LDAP コントロール PHP >= 7.3.0 で L ... ドする <?php $user = 'cn=admin,dc=example,dc=com' ; $passwd = 'adminpassword' ; $ds = ldap_connect ( 'ldap://l ... ; if ( $ds ) { $r = ldap_bind_ext ( $ds , $user , $passwd , [[ 'oid' => LDAP_CONTROL_PASSWORDPOLICYREQUEST ] ...
https://man.plustar.jp/php/ldap.examples-controls.html - [similar]
Lightweight Directory Access Protocol 7481
« GearmanException はじめに » PHP Manual その他のサービス Lightweight Directory Access Protocol ... または DN で使われる文字列をエスケープする ldap_exop_passwdPASSWD 拡張オペレーションのヘルパ ldap_exop_refr ...
https://man.plustar.jp/php/book.ldap.html - [similar]
Establish the environment for connecting to CUBRID server 7481
« cubrid_commit cubrid_connect » PHP Manual CUBRID 関数 Establish the environment for connecting ... ( string $conn_url , string $userid = ? , string $passwd = ? , bool $new_link = false ): resource The cubri ... on information. userid User name for the database. passwd User password. new_link If a second call is made t ...
https://man.plustar.jp/php/function.cubrid-connect-with-url.html - [similar]
Open a persistent connection to CUBRID server 7481
« cubrid_num_rows cubrid_pconnect » PHP Manual CUBRID 関数 Open a persistent connection to CUBRI ... ( string $conn_url , string $userid = ? , string $passwd = ? ): resource Establishes a persistent connectio ... on information. userid User name for the database. passwd User password. 戻り値 Connection identifier, when ...
https://man.plustar.jp/php/function.cubrid-pconnect-with-url.html - [similar]
ファイルのパーミッションを取得する 7481
« fileowner filesize » PHP Manual ファイルシステム 関数 ファイルのパーミッションを取得する filep ... ; echo substr ( sprintf ( '%o' , fileperms ( '/etc/passwd' )), - 4 ); ?> 上の例の出力は以下となります。 1777 ... ーミッションの表示 <?php $perms = fileperms ( '/etc/passwd' ); switch ( $perms & 0xF000 ) { case 0xC000 : // ...
https://man.plustar.jp/php/function.fileperms.html - [similar]
PREV 1 2 3 4 5 NEXT