検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 319 for [SIMILAR] 16 1024 4096 WITH 18434 命令 WITH 1144... (0.246 sec.)
The Parle\RParser class 0
« Parle\Parser::validate Parle\RParser::advance » PHP Manual Parle The Parle\RParser class The Parle\RParser class (PECL parle >= 0.7.0) はじめに Parser class. Rules can be defined on the fly. Once finalized, a Parle\RLexer instance is required to deliver the token stream. クラス概要 cla ...
https://man.plustar.jp/php/class.parle-rparser.html - [similar]
Makes an HTTP request over the specified connection 0
« EventHttpConnection::getPeer EventHttpConnection::setCloseCallback » PHP Manual EventHttpConnection Makes an HTTP request over the specified connection EventHttpConnection::makeRequest (PECL event >= 1.4.0-beta) EventHttpConnection::makeRequest — Makes an HTTP request over the specifie ...
https://man.plustar.jp/php/eventhttpconnection.makerequest.html - [similar]
新しく追加された関数 0
« 新しいクラスとインターフェイス 新しいグローバル定数 » PHP Manual PHP 7.3.x から PHP 7.4.x への移行 新しく追加された関数 新しく追加された関数 PHP コア get_mangled_object_vars() password_algos() sapi_windows_set_ctrl_handler() GD imagecreatefromtga() マルチバイト文字列 mb_str_split() Ope ...
https://man.plustar.jp/php/migration74.new-functions.html - [similar]
コメント 0
« 命令の分離 型 » PHP Manual 基本的な構文 コメント コメント PHP は、'C', 'C++' および Unix シェル型(Perl 型)のコメントをサポートします。 例えば、 <?php echo 'テストです' ; // C++型の単一行用のコメント /* 複数行用のコメント もう一行分のコメント */ echo 'もうひとつのテストです' ; echo '最 ...
https://man.plustar.jp/php/language.basic-syntax.comments.html - [similar]
ケース 1: 配布制限がないファイルのみを配布 0
« 受ける可能性がある攻撃 ケース 2: cgi.force_redirect を使用 » PHP Manual CGI バイナリとしてインストール ケース 1: 配布制限がないファイルのみを配布 ケース 1: 配布制限がないファイルのみを配布 サーバー上にパスワードまたは IP アドレスを元にしたアクセス制限に よる制約を課すコンテンツがない場 ...
https://man.plustar.jp/php/security.cgi-bin.default.html - [similar]
ケース 2: cgi.force_redirect を使用 0
« ケース 1: 配布制限がないファイルのみを配布 ケース 3: doc_root または user_dir を設定 » PHP Manual CGI バイナリとしてインストール ケース 2: cgi.force_redirect を使用 ケース 2: cgi.force_redirect を使用 設定ディレクティブ cgi.force_redirect は、 http://my.host/cgi-bin/php/secretdir/scrip ...
https://man.plustar.jp/php/security.cgi-bin.force-redirect.html - [similar]
ヒストリに 1 行追加する 0
« Readline 関数 readline_callback_handler_install » PHP Manual Readline 関数 ヒストリに 1 行追加する readline_add_history (PHP 4, PHP 5, PHP 7, PHP 8) readline_add_history — ヒストリに 1 行追加する 説明 readline_add_history ( string $prompt ): bool この関数は、コマンドラインヒストリに 1 ...
https://man.plustar.jp/php/function.readline-add-history.html - [similar]
古いセッションを削除する 0
« SessionHandler::destroy SessionHandler::open » PHP Manual SessionHandler 古いセッションを削除する SessionHandler::gc (PHP 5 >= 5.4.0, PHP 7, PHP 8) SessionHandler::gc — 古いセッションを削除する 説明 public SessionHandler::gc ( int $max_lifetime ): int | false 有効期限を過ぎたセッション ...
https://man.plustar.jp/php/sessionhandler.gc.html - [similar]
goto 0
« include_once 関数 » PHP Manual 制御構造 goto goto (PHP 5 >= 5.3.0, PHP 7, PHP 8) この画像は » xkcd から提供いただいたものです。 goto 演算子を使用すると、 プログラム中の他の命令にジャンプすることができます。 ジャンプ先はラベルとコロンで表し、 goto の後にそのラベルを指定します。 ラベルは ...
https://man.plustar.jp/php/control-structures.goto.html - [similar]
if 0
« はじめに else » PHP Manual 制御構造 if if (PHP 4, PHP 5, PHP 7, PHP 8) if 構文は、PHP を含む全ての言語において最も重要な 機能の一つです。 この構文は、命令の条件実行を可能にします。 PHP では、C 言語に似た次のような if 構文が使用されます。 if (式) 文 式のセクション で 記述したように 式 は ...
https://man.plustar.jp/php/control-structures.if.html - [similar]