検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 964 for [SIMILAR] 16 1024 4096 WITH 29315 isreadable WIT... (2.015 sec.)
リファレンス渡し 0
« リファレンスが行わないこと リファレンスを返す » PHP Manual リファレンスの説明 リファレンス渡し リファレンス渡し リファレンスにより関数に変数を渡すことが可能です。この場合、関数内で その引数を修正可能になります。構文は次のようになります。 <?php function foo (& $var ) { $var ++; } $a = 5 ...
https://man.plustar.jp/php/language.references.pass.html - [similar]
定義済み定数 0
« リソース型 接続、および接続の管理 » PHP Manual PDO 定義済み定数 定義済み定数 以下の定数が定義されています。 この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、 実行時に動的にロードされている場合のみ使用可能です。 PDO::PARAM_BOOL ( int ) ブールデータ型を表します。 PDO::PAR ...
https://man.plustar.jp/php/pdo.constants.html - [similar]
CGI バイナリとしてインストール 0
« 一般的な考慮事項 受ける可能性がある攻撃 » PHP Manual セキュリティ CGI バイナリとしてインストール CGI バイナリとしてインストール 目次 受ける可能性がある攻撃 ケース 1: 配布制限がないファイルのみを配布 ケース 2: cgi.force_redirect を使用 ケース 3: doc_root または user_dir を設定 ケース 4: ...
https://man.plustar.jp/php/security.cgi-bin.html - [similar]
ファイルの拡張子を取得する 0
« SplFileInfo::getCTime SplFileInfo::getFileInfo » PHP Manual SplFileInfo ファイルの拡張子を取得する SplFileInfo::getExtension (PHP 5 >= 5.3.6, PHP 7, PHP 8) SplFileInfo::getExtension — ファイルの拡張子を取得する 説明 public SplFileInfo::getExtension (): string ファイルの拡張子を取得しま ...
https://man.plustar.jp/php/splfileinfo.getextension.html - [similar]
SQL 文によって変更された行の数を返す 0
« db2_num_fields db2_pclose » PHP Manual IBM DB2 関数 SQL 文によって変更された行の数を返す db2_num_rows (PECL ibm_db2 >= 1.0.0) db2_num_rows — SQL 文によって変更された行の数を返す 説明 db2_num_rows ( resource $stmt ): int SQL 文によって削除、挿入あるいは更新された行の数を返します。 SELEC ...
https://man.plustar.jp/php/function.db2-num-rows.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]
持続的な PostgreSQL 接続をオープンする 0
« pg_parameter_status pg_ping » PHP Manual PostgreSQL 関数 持続的な PostgreSQL 接続をオープンする pg_pconnect (PHP 4, PHP 5, PHP 7, PHP 8) pg_pconnect — 持続的な PostgreSQL 接続をオープンする 説明 pg_pconnect ( string $connection_string , int $flags = 0 ): PgSql\Connection | false pg_pco ...
https://man.plustar.jp/php/function.pg-pconnect.html - [similar]
個人の単語リストを有する新規辞書をロードする 0
« pspell_new_config pspell_new » PHP Manual Pspell 関数 個人の単語リストを有する新規辞書をロードする pspell_new_personal (PHP 4 >= 4.0.2, PHP 5, PHP 7, PHP 8) pspell_new_personal — 個人の単語リストを有する新規辞書をロードする 説明 pspell_new_personal ( string $filename , string $language ...
https://man.plustar.jp/php/function.pspell-new-personal.html - [similar]
現在のセッションIDを新しく生成したものと置き換える 0
« session_name session_register_shutdown » PHP Manual セッション関数 現在のセッションIDを新しく生成したものと置き換える session_regenerate_id (PHP 4 >= 4.3.2, PHP 5, PHP 7, PHP 8) session_regenerate_id — 現在のセッションIDを新しく生成したものと置き換える 説明 session_regenerate_id ( bool ...
https://man.plustar.jp/php/function.session-regenerate-id.html - [similar]
実行時設定 0
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 GeoIP 設定オプション 名前 デフォルト 変更可能 変更履歴 geoip.custom_directory "" PHP_INI_ALL 以下に設定ディレクティブに関する 簡単な説明を示します。 geoip.custom_dire ...
https://man.plustar.jp/php/geoip.configuration.html - [similar]