検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 777 for e (0.057 sec.)
エラーのレポート 3090
« SQLインジェクション ユーザーが投稿したデータ » PHP Manual セキュリティ エラーのレポート エラー ... 例1 カスタムHTMLページにより変数を攻撃する <form method="POST" action="attacktarget?username=badfoo&pa ... ssword=badfoo"> <input type="hidden" name="username" value="badfoo"> <input ty ... pe="hidden" name="password" value="badfoo"> </form> 通 ... 報の全てです。デバッグ目的でPHPの開発者が show_source() , highlight_string() , highlight_file() を使用す ...
https://man.plustar.jp/php/security.errors.html - [similar]
ステートメントのSQLを取得する 3090
« SQLite3Stmt::execute SQLite3Stmt::paramCount » PHP Manual SQLite3Stmt ステートメントのSQLを取得 ... する SQLite3Stmt::getSQL (PHP 7 >= 7.4.0, PHP 8) SQLite3Stmt:: ... getSQL — ステートメントのSQLを取得する 説明 public SQ ... Lite3Stmt::getSQL ( bool $expand = false ): string | fa ... lse プリペアドステートメントのSQLを取得します。 expand ...
https://man.plustar.jp/php/sqlite3stmt.getsql.html - [similar]
ファイルあるいはディレクトリの名前を変える 3090
« streamWrapper::mkdir streamWrapper::rmdir » PHP Manual streamWrapper ファイルあるいはディレクト ... リの名前を変える streamWrapper::rename (PHP 5, PHP 7, PHP 8) streamWrapp ... er::rename — ファイルあるいはディレクトリの名前を変える 説 ... 明 public streamWrapper::rename ( string $path_from , string $pat ... h_to ): bool このメソッドは、 rename() に対応してコールされます。 path_from を path ...
https://man.plustar.jp/php/streamwrapper.rename.html - [similar]
ファイルのアドバイザリ・ロック 3090
« streamWrapper::stream_flush streamWrapper::stream_metadata » PHP Manual streamWrapper ファイル ... のアドバイザリ・ロック streamWrapper::stream_lock (PHP 5, PHP 7, PHP 8) stream ... Wrapper::stream_lock — ファイルのアドバイザリ・ロック 説明 ... public streamWrapper::stream_lock ( int $operation ): bool この ... ソッドは、 flock() に対応してコールされます。また file_put_contents() ( flags が LOCK_EX を含む場合)、 st ...
https://man.plustar.jp/php/streamwrapper.stream-lock.html - [similar]
パースする XML を含む URI を設定する 3090
« XMLReader::next XMLReader::read » PHP Manual XMLReader パースする XML を含む URI を設定する XM ... LReader::open (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader ... ::open — パースする XML を含む URI を設定する 説明 publi ... c static XMLReader::open ( string $uri , ? string $encoding = nul ... l , int $flags = 0 ): bool | XMLReader パースされる XML ドキュメントを含む URI を設定 ...
https://man.plustar.jp/php/xmlreader.open.html - [similar]
パースする XML を含むデータを設定する 3090
« XMLReader::setSchema XMLWriter » PHP Manual XMLReader パースする XML を含むデータを設定する XM ... LReader::XML (PHP 5 >= 5.1.0, PHP 7, PHP 8) XMLReader: ... XML を含むデータを設定する 説明 public static XMLReader::XML ( string $source , ? string $encoding = n ... ull , int $flags = 0 ): bool | XMLReader パースする XML を含むデータを設定します。 パラ ... メータ source パースされる XML を含む文字列。 encoding ドキュメン ...
https://man.plustar.jp/php/xmlreader.xml.html - [similar]
オフセットを取得する 3049
« ArrayAccess::offsetExists ArrayAccess::offsetSet » PHP Manual ArrayAccess オフセットを取得する ... ArrayAccess::offsetGet (PHP 5, PHP 7, PHP 8) ArrayAccess::of ... fsetGet — オフセットを取得する 説明 public ArrayAccess ... ::offsetGet ( mixed $offset ): mixed 指定したオフセットの値 ... を返します。 このメソッドは、オフセットが empty() かどうかを調べる際に実行されます。 パラメータ ...
https://man.plustar.jp/php/arrayaccess.offsetget.html - [similar]
Collator クラス 3049
« 基本的な使用法 Collator::asort » PHP Manual intl Collator クラス Collator クラス (PHP 5 >= 5.3 ... .0, PHP 7, PHP 8, PECL intl >= 1.0.0) はじめに 各ロケール固有の並び順を ... { /* メソッド */ public __construct ( string $locale ) public asort ( array &$array , int $flags = Coll ... ator::SORT_REGULAR ): bool public compare ( string $string1 , st ... ring $string2 ): int | false public static create ( string $locale ): ? Collato ...
https://man.plustar.jp/php/class.collator.html - [similar]
The EvIo class 3049
« EvIdle::createStopped EvIo::__construct » PHP Manual Ev The EvIo class The EvIo class (PECL ev ... >= 0.2.0) はじめに EvIo watchers check whether a file descriptor(or soc ... ket, or a stream castable to numeric file descriptor) ... is readable or writable in each iteration of the event l ... oop, or, more precisely, when reading would not block the proces ...
https://man.plustar.jp/php/class.evio.html - [similar]
continue 3049
« break switch » PHP Manual 制御構造 continue continue (PHP 4, PHP 5, PHP 7, PHP 8) continue は、 ... 続けるために使用されます、 注意 : PHP では、 continue の動作に関しては switch 文がループ構造とみなされま ... す。 continue に引数を渡さなかった場合の動きは break と同じですが ... 生成されます。 switch がループ内にある場合、 continue 2 とすると、外側のループの次回の処理から続行します ... 。 continue では、オプションの引数で 処理をスキップするループ構 ...
https://man.plustar.jp/php/control-structures.continue.html - [similar]