検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 80 for Etc (0.008 sec.)
その他 17108
« 太平洋 HRTime » PHP Manual サポートされるタイムゾーンのリスト その他 その他 警告 ここに挙げられ ... ルの符号を使っていることに気をつけましょう。つまり、 Etc/GMT+n や Etc/GMT-n といったタイムゾーンの符号が、一 ... 国やオーストラリア西部など) は、このデータベースでは Etc/GMT-8 となります。ふつうは Etc/GMT+8 であろうと想定 ... d Canada/Pacific Canada/Saskatchewan Canada/Yukon CET Chile/Continental Chile/EasterIsland CST6CDT Cuba E ... ET Egypt Eire EST EST5EDT Etc/GMT Etc/GMT+0 Etc/GMT+1 Etc/GMT+10 Etc/GMT+11 Etc/ ...
https://man.plustar.jp/php/timezones.others.html - [similar]
Loads a hosts file (in the same format as /etc/hosts) from hosts file 9615
« EventDnsBase::countNameservers EventDnsBase::parseResolvConf » PHP Manual EventDnsBase Loads a ... hosts file (in the same format as /etc/hosts) from hosts file EventDnsBase::loadHosts (PE ... Hosts — Loads a hosts file (in the same format as /etc/hosts) from hosts file 説明 public EventDnsBase::l ... ): bool Loads a hosts file (in the same format as /etc/hosts ) from hosts file. パラメータ hosts Path to ...
https://man.plustar.jp/php/eventdnsbase.loadhosts.html - [similar]
設定ファイル 9218
« 実行時設定 .user.ini ファイル » PHP Manual 実行時設定 設定ファイル 設定ファイル 設定ファイル ( ... PHP のコンパイル時に --with-config-file-scan-dir=/etc/php.d を指定しており、パス区切り文字が : であるもの ... とします $ php PHP は /etc/php.d/*.ini を設定ファイルとして読み込みます。 $ P ... HP_INI_SCAN_DIR=/usr/local/etc/php.d php PHP は /usr/local/etc/php.d/*.ini を設定 ... として読み込みます。 $ PHP_INI_SCAN_DIR=:/usr/local/etc/php.d php PHP はまず /etc/php.d/*.ini を設定ファイ ...
https://man.plustar.jp/php/configuration.file.html - [similar]
ファイルシステムのセキュリティ 8889
« セッションのセキュリティ Null バイト関連の問題 » PHP Manual セキュリティ ファイルシステムのセキ ... 可するように設 計されているため、 PHP スクリプトから/etc/password のようなシステム ファイルを読み込み可能と ... 形式の認証を使用するべきです。投稿された変数が、 "../etc/" と "passwd " であった場合について考えてみましょう ... sername = $_POST [ 'user_submitted_name' ]; // "../etc" $userfile = $_POST [ 'user_submitted_filename' ]; ... swd" $homedir = "/home/ $username " ; // "/home/../etc" unlink ( " $homedir / $userfile " ); // "/home/.. ...
https://man.plustar.jp/php/security.filesystem.html - [similar]
パスの最後にある名前の部分を返す 8752
« ファイルシステム 関数 chgrp » PHP Manual ファイルシステム 関数 パスの最後にある名前の部分を返す ... 例1 basename() の例 <?php echo "1) " . basename ( "/etc/sudoers.d" , ".d" ). PHP_EOL ; echo "2) " . basena ... me ( "/etc/sudoers.d" ). PHP_EOL ; echo "3) " . basename ( "/ ... etc/passwd" ). PHP_EOL ; echo "4) " . basename ( "/etc/" ). PHP_EOL ; echo "5) " . basename ( "." ). PHP_ ... 下となります。 1) sudoers 2) sudoers.d 3) passwd 4) etc 5) . 6) 参考 dirname() - 親ディレクトリのパスを返す ...
https://man.plustar.jp/php/function.basename.html - [similar]
Returns information about the passed in value with data types, reference counts,... 8218
« runkit7_superglobals uopz » PHP Manual runkit7 関数 Returns information about the passed in va ... lue with data types, reference counts, etc runkit7_zval_inspect (PECL runkit7 >= Unknown) run ... passed in value with data types, reference counts, etc 説明 runkit7_zval_inspect ( string $value ): array ...
https://man.plustar.jp/php/function.runkit7-zval-inspect.html - [similar]
Debian GNU/Linux へのインストール 7890
« Solaris へのインストール macOS へのインストール » PHP Manual Unix システムへのインストール Deb ... PHP インストール後に Apache を停止・起動させる # /etc/init.d/apache2 stop # /etc/init.d/apache2 start よ ... # apt install php-mysql php-curl APT は自動的に、 /etc/php/7.4/php.ini や /etc/php/7.4/conf.d/*.ini などの ... ていないのでしょう。 Debian の場合、設定ファイルは /etc/apache2/apache2.conf のようになります。詳細は Debi ...
https://man.plustar.jp/php/install.unix.debian.html - [similar]
The EventDnsBase class 7821
« EventConfig::setMaxDispatchInterval EventDnsBase::addNameserverIp » PHP Manual Event The Event ... nously, parse configuration files like resolv.conf etc. クラス概要 final class EventDnsBase { /* Constant ... TION_HOSTSFILE Tells to read a list of hosts from /etc/hosts as part of loading the resolv.conf file. Eve ... Hosts — Loads a hosts file (in the same format as /etc/hosts) from hosts file EventDnsBase::parseResolvCo ...
https://man.plustar.jp/php/class.eventdnsbase.html - [similar]
tcpwrap のチェックを実行する 7821
« TCP 関数 Varnish » PHP Manual TCP 関数 tcpwrap のチェックを実行する tcpwrap_check (PECL tcpwra ... user = ? , bool $nodns = false ): bool この関数は /etc/hosts.allow および /etc/hosts.deny の内容をもとに、 ... ます。 例 例1 ローカルホストからの全接続を拒否する /etc/hosts.deny ファイルに以下の行が含まれており、 php: ...
https://man.plustar.jp/php/function.tcpwrap-check.html - [similar]
Null バイト関連の問題 7616
« ファイルシステムのセキュリティ データベースのセキュリティ » PHP Manual ファイルシステムのセキュ ... ト <?php $file = $_GET [ 'file' ]; // ここで "../../etc/passwd\0" が渡されたとします if ( file_exists ( '/ ... ue を返します。これは、ファイル /home/wwwrun/../../etc/passwd が存在するからです include '/home/wwwrun/' ... . $file . '.php' ; // ファイル /etc/passwd がインクルードされてしまいます } ?> したがっ ...
https://man.plustar.jp/php/security.filesystem.nullbytes.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT