検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 366 for [SIMILAR] 16 1024 4096 WITH 17295 phpdbg WITH 10... (0.408 sec.)
for 0
« do-while foreach » PHP Manual 制御構造 for for (PHP 4, PHP 5, PHP 7, PHP 8) for ループは、PHPで最も複雑なループです。 for は、Cのforループと同様に動作します。 for ループの構文は、次のようになります。 for (式1; 式2; 式3) 文 最初の式( 式1 )は、ループ開始時に無条件に 評価(実行)されます。 ...
https://man.plustar.jp/php/control-structures.for.html - [similar]
文字列を PHP コードとして評価する 0
« die exit » PHP Manual その他の関数 文字列を PHP コードとして評価する eval (PHP 4, PHP 5, PHP 7, PHP 8) eval — 文字列を PHP コードとして評価する 説明 eval ( string $code ): mixed 指定した code を PHP コードとして評価します。 警告 eval() は 非常に危険な 言語構造です。 というのも、任意の ...
https://man.plustar.jp/php/function.eval.html - [similar]
クライアントのエンコーディングを設定する 0
« pg_send_query pg_set_error_verbosity » PHP Manual PostgreSQL 関数 クライアントのエンコーディングを設定する pg_set_client_encoding (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_set_client_encoding — クライアントのエンコーディングを設定する 説明 pg_set_client_encoding ( PgSql\Connection $conn ...
https://man.plustar.jp/php/function.pg-set-client-encoding.html - [similar]
文字列 0
« 浮動小数点数 数値形式の文字列 » PHP Manual 型 文字列 文字列 string は、文字が連結されたものです。PHP では、 文字は 1 バイトと同じです。つまり、256 個の異なる文字を使用可能です。 これは、PHP が Unicode をネイティブにサポートしていないことも意味します。 文字列型の詳細 を参照ください。 注 ...
https://man.plustar.jp/php/language.types.string.html - [similar]
複数のステートメント 0
« ストアドプロシージャ トランザクションのサポート » PHP Manual クイックスタートガイド 複数のステートメント 複数のステートメント MySQL は、ひとつのステートメントの文字列に、 複数のステートメントを埋め込むことをオプションでサポートしています。 しかし、そうするためには特別な操作が必要です。 ...
https://man.plustar.jp/php/mysqli.quickstart.multiple-statement.html - [similar]
phar ファイルフォーマット用のスタブを作成する 0
« Phar::count Phar::decompress » PHP Manual Phar phar ファイルフォーマット用のスタブを作成する Phar::createDefaultStub (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::createDefaultStub — phar ファイルフォーマット用のスタブを作成する 説明 final public static Phar::createDefaultSt ...
https://man.plustar.jp/php/phar.createdefaultstub.html - [similar]
はじめに 0
« セキュリティ 一般的な考慮事項 » PHP Manual セキュリティ はじめに はじめに PHP は強力な言語そしてインタプリタであり、モジュールとして Web サー バーに組み込んだ場合でも、独立した CGI バイナリ として実行される場合でも、ファイルをアクセスしたり、コマンドを実行 したり、サーバーへのネットワー ...
https://man.plustar.jp/php/security.intro.html - [similar]
はじめに 0
« コマンドラインの使用法 他の SAPI との違い » PHP Manual コマンドラインの使用法 はじめに はじめに CLI SAPI の主な目的は、シェルアプリケーションを PHP で開発することです。 CLI SAPI とその他の SAPI の間にはちょっとした違いがあり、 それを本章で説明します。 CLI と CGI は多くの共通点があります ...
https://man.plustar.jp/php/features.commandline.introduction.html - [similar]
NULL で終わる文字列を PostgreSQL バックエンドに送信する 0
« pg_prepare pg_query_params » PHP Manual PostgreSQL 関数 NULL で終わる文字列を PostgreSQL バックエンドに送信する pg_put_line (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) pg_put_line — NULL で終わる文字列を PostgreSQL バックエンドに送信する 説明 pg_put_line ( PgSql\Connection $connection = ? , ...
https://man.plustar.jp/php/function.pg-put-line.html - [similar]
macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 0
« パッケージの使用 macOS 上での PHP のコンパイル » PHP Manual macOS へのインストール macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 macOS Monterey より前のバージョンにバンドルされている、PHP の使用法 PHP は、Mac OS X バージョン 10.0.0 以降、 macOS Monterey (12.0.0) よ ...
https://man.plustar.jp/php/install.macosx.bundled.html - [similar]