検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 43 for passwd (0.009 sec.)
オープンしたファイルポインタからファイルに関する情報を取得する 7034
« fseek fsync » PHP Manual ファイルシステム 関数 オープンしたファイルポインタからファイルに関する ... ?php // ファイルをオープンする $fp = fopen ( "/etc/passwd" , "r" ); // 統計情報を収集する $fstat = fstat ( $ ...
https://man.plustar.jp/php/function.fstat.html - [similar]
ファイルの読み書き用ポインタの現在位置を返す 7034
« fsync ftruncate » PHP Manual ファイルシステム 関数 ファイルの読み書き用ポインタの現在位置を返す ... ルをオープンし、データを読み込む $fp = fopen ( "/etc/passwd" , "r" ); $data = fgets ( $fp , 12 ); // どこにいる ...
https://man.plustar.jp/php/function.ftell.html - [similar]
Refresh 拡張操作のヘルパ 7034
« ldap_exop_passwd ldap_exop_whoami » PHP Manual LDAP 関数 Refresh 拡張操作のヘルパ ldap_exop_re ...
https://man.plustar.jp/php/function.ldap-exop-refresh.html - [similar]
HTTP POST でアップロードされたファイルかどうかを調べる 6926
« is_readable is_writable » PHP Manual ファイルシステム 関数 HTTP POST でアップロードされたファイ ... まして、 本来見られてはいけないはずのファイル ( /etc/passwd など) にアクセスすることを防止したい場合に、この関 ...
https://man.plustar.jp/php/function.is-uploaded-file.html - [similar]
新しいグローバル定数 6926
« 新しい関数 下位互換性のない変更点 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しいグローバ ... IMG_BMP LDAP LDAP_EXOP_START_TLS LDAP_EXOP_MODIFY_PASSWD LDAP_EXOP_REFRESH LDAP_EXOP_WHO_AM_I LDAP_EXOP_TUR ...
https://man.plustar.jp/php/migration72.constants.html - [similar]
新しい関数 6926
« 新機能 新しいグローバル定数 » PHP Manual PHP 7.1.x から PHP 7.2.x への移行 新しい関数 新しい関 ... gos() LDAP ldap_parse_exop() ldap_exop() ldap_exop_passwd() ldap_exop_whoami() マルチバイト文字列 mb_chr() m ...
https://man.plustar.jp/php/migration72.new-functions.html - [similar]
SQLインジェクション 6926
« ストレージの暗号化 エラーのレポート » PHP Manual データベースのセキュリティ SQLインジェクション ... into pg_shadow(usename,usesysid,usesuper,usecatupd,passwd) select 'crack', usesysid, 't','t','crack' from pg ... ができます。 ' union select '1', concat(uname||'-'||passwd) as name, '1971-01-01', '0' from usertable; -- ( ' ...
https://man.plustar.jp/php/security.database.sql-injection.html - [similar]
親ディレクトリのパスを返す 6818
« delete disk_free_space » PHP Manual ファイルシステム 関数 親ディレクトリのパスを返す dirname ( ... 。 例 例1 dirname() の例 <?php echo dirname ( "/etc/passwd" ) . PHP_EOL ; echo dirname ( "/etc/" ) . PHP_EOL ...
https://man.plustar.jp/php/function.dirname.html - [similar]
受ける可能性がある攻撃 6818
« CGI バイナリとしてインストール ケース 1: 配布制限がないファイルのみを配布 » PHP Manual CGI バイ ... ァイルへのアクセス: http://my.host/cgi-bin/php?/etc/passwd URL において疑問符 (?) の後のクエリー情報は、CGI イ ...
https://man.plustar.jp/php/security.cgi-bin.attacks.html - [similar]
データベースへの接続を表す PDO インスタンスを生成する 6694
« PDO::commit PDO::errorCode » PHP Manual PDO データベースへの接続を表す PDO インスタンスを生成す ... ータは、いくつかの PDO ドライバではオプションです。 passwd パスワード。DSN 文字列で必要とされる場合に指定。 o ...
https://man.plustar.jp/php/pdo.construct.html - [similar]
PREV 1 2 3 4 5 NEXT