検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 566 for [SIMILAR] 16 1024 4096 WITH 37194 students WITH ... (1.673 sec.)
加算子/減算子 0
« 実行演算子 論理演算子 » PHP Manual 演算子 加算子/減算子 加算子/減算子 PHP は C 言語形式の加算子/減算子(前置・後置ともに)をサポートします。 注意 : 加算子/減算子は、数値や文字列にしか影響を及ぼしません。 配列やオブジェクト、boolean、そしてリソースには、何も変更を加えません。 同じく nul ...
https://man.plustar.jp/php/language.operators.increment.html - [similar]
フォームの処理 0
« 実用的な例 次にするべきことは? » PHP Manual 簡易チュートリアル フォームの処理 フォームの処理 PHP の最も強力な機能の一つは、HTML フォームを処理する手段です。 理解するべき重要な基本概念は、あるフォームの中の全てのフォーム要素が、 自動的に PHP スクリプトで利用可能になるということです。 詳 ...
https://man.plustar.jp/php/tutorial.forms.html - [similar]
マングリングされたオブジェクトのプロパティを配列で返す 0
« get_declared_traits get_object_vars » PHP Manual クラス/オブジェクト関数 マングリングされたオブジェクトのプロパティを配列で返す get_mangled_object_vars (PHP 7 >= 7.4.0, PHP 8) get_mangled_object_vars — マングリングされたオブジェクトのプロパティを配列で返す 説明 get_mangled_object_vars ...
https://man.plustar.jp/php/function.get-mangled-object-vars.html - [similar]
include 0
« require require_once » PHP Manual 制御構造 include include (PHP 4, PHP 5, PHP 7, PHP 8) include 式は指定されたファイルを読み込み、評価します。 以下の記述内容は require にも当てはまります。 ファイルのインクルードは、指定されたパスから行います。パスを指定しない場合は、 include_path の設定 ...
https://man.plustar.jp/php/function.include.html - [similar]
PKCS#12 互換の証明書保存ファイルを変数にエクスポートする 0
« openssl_pkcs12_export_to_file openssl_pkcs12_read » PHP Manual OpenSSL 関数 PKCS#12 互換の証明書保存ファイルを変数にエクスポートする openssl_pkcs12_export (PHP 5 >= 5.2.2, PHP 7, PHP 8) openssl_pkcs12_export — PKCS#12 互換の証明書保存ファイルを変数にエクスポートする 説明 openssl_pkcs12 ...
https://man.plustar.jp/php/function.openssl-pkcs12-export.html - [similar]
新規の WDDX パケットを内部の構造体を用いて開始する 0
« wddx_packet_end wddx_serialize_value » PHP Manual WDDX 関数 新規の WDDX パケットを内部の構造体を用いて開始する wddx_packet_start (PHP 4, PHP 5, PHP 7) wddx_packet_start — 新規の WDDX パケットを内部の構造体を用いて開始する 警告 この機能は PHP 7.4.0 で 削除 されました。 説明 wddx_packet_ ...
https://man.plustar.jp/php/function.wddx-packet-start.html - [similar]
CGI およびコマンドライン 0
« LiteSpeed/OpenLiteSpeed Webサーバ(Unixシステム用) OpenBSD へのインストール » PHP Manual Unix システムへのインストール CGI およびコマンドライン CGI およびコマンドライン デフォルトでは、PHP は CLI および CGI プログラムとしてビルドされます。 これを使って CGI の処理を行うことができます。 P ...
https://man.plustar.jp/php/install.unix.commandline.html - [similar]
Apache 関数 0
« 定義済み定数 apache_child_terminate » PHP Manual Apache Apache 関数 Apache 関数 目次 apache_child_terminate — このリクエストの後にApacheプロセスを終了する apache_get_modules — ロードされた Apache モジュールのリストを取得する apache_get_version — Apache のバージョンを取得する apache_get ...
https://man.plustar.jp/php/ref.apache.html - [similar]
SQL ステートメントを実行するために準備する 0
« mysqli_stmt::$param_count mysqli_stmt::reset » PHP Manual mysqli_stmt SQL ステートメントを実行するために準備する mysqli_stmt::prepare mysqli_stmt_prepare (PHP 5, PHP 7, PHP 8) mysqli_stmt::prepare -- mysqli_stmt_prepare — SQL ステートメントを実行するために準備する 説明 オブジェクト指向 ...
https://man.plustar.jp/php/mysqli-stmt.prepare.html - [similar]
foreach 0
« for break » PHP Manual 制御構造 foreach foreach (PHP 4, PHP 5, PHP 7, PHP 8) foreach は、配列を反復処理するための便利な方法です。 foreach が使えるのは配列とオブジェクトだけであり、 別のデータ型や初期化前の変数に対して使うとエラーになります。 この構造には二種類の構文があります。 foreach ...
https://man.plustar.jp/php/control-structures.foreach.html - [similar]