検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 630 for [SIMILAR] 16 1024 4096 WITH 29564 getpwuid WITH ... (0.550 sec.)
ケース 3: doc_root または user_dir を設定 0
« ケース 2: cgi.force_redirect を使用 ケース 4: Webツリーの外にPHPパーサを置く » PHP Manual CGI バイナリとしてインストール ケース 3: doc_root または user_dir を設定 ケース 3: doc_root または user_dir を設定 Web サーバー上のドキュメントディレクトリに スクリプトや実行ファイルのようなアクテ ...
https://man.plustar.jp/php/security.cgi-bin.doc-root.html - [similar]
配列のソート 0
« 定義済み定数 配列 関数 » PHP Manual 配列 配列のソート 配列のソート PHP には配列をソートする関数が複数用意されています。 このページでは、それらの違いについて説明します。 主な相違点は次のとおりです。 配列のキーでソートするものと、値でソートするものがあります。 $array['キー'] = '値'; キー ...
https://man.plustar.jp/php/array.sorting.html - [similar]
HTTP POST でアップロードされたファイルかどうかを調べる 0
« is_readable is_writable » PHP Manual ファイルシステム 関数 HTTP POST でアップロードされたファイルかどうかを調べる is_uploaded_file (PHP 4 >= 4.0.3, PHP 5, PHP 7, PHP 8) is_uploaded_file — HTTP POST でアップロードされたファイルかどうかを調べる 説明 is_uploaded_file ( string $filename ): ...
https://man.plustar.jp/php/function.is-uploaded-file.html - [similar]
ユーザー定義関数 0
« 関数 関数の引数 » PHP Manual 関数 ユーザー定義関数 ユーザー定義関数 関数は次のような構文で定義されます。 例1 関数の使用法を説明するための擬似コード <?php function foo ( $arg_1 , $arg_2 , /* ..., */ $arg_n ) { echo "関数の例\n" ; return $retval ; } ?> 関数の中では、他の関数や クラス 定義 ...
https://man.plustar.jp/php/functions.user-defined.html - [similar]
SQLite 関数 (PDO_SQLITE) 0
« PDO::pgsqlLOBUnlink PDO_SQLITE DSN » PHP Manual PDO ドライバ SQLite 関数 (PDO_SQLITE) SQLite 関数 (PDO_SQLITE) はじめに PDO_SQLITE は、PHP から SQLite 2 や SQLite 3 データベースへのアクセスを可能にするための PHP Data Objects (PDO) インターフェイス を実装したドライバです。 注意 : PDO_SQ ...
https://man.plustar.jp/php/ref.pdo-sqlite.html - [similar]
ファイルが存在し、読み込み可能であるかどうかを知る 0
« is_link is_uploaded_file » PHP Manual ファイルシステム 関数 ファイルが存在し、読み込み可能であるかどうかを知る is_readable (PHP 4, PHP 5, PHP 7, PHP 8) is_readable — ファイルが存在し、読み込み可能であるかどうかを知る 説明 is_readable ( string $filename ): bool ファイルが存在し、読み込み ...
https://man.plustar.jp/php/function.is-readable.html - [similar]
ODBC あるいは DB2 データベースに接続する 0
« ODBC and DB2 (PDO) PostgreSQL (PDO) » PHP Manual ODBC and DB2 (PDO) ODBC あるいは DB2 データベースに接続する PDO_ODBC DSN (PECL PDO_ODBC >= 0.1.0) PDO_ODBC DSN — ODBC あるいは DB2 データベースに接続する 説明 PDO_ODBC データソース名 (DSN) は以下の要素で構成されます。 DSN 接頭辞 DSN 接頭 ...
https://man.plustar.jp/php/ref.pdo-odbc.connection.html - [similar]
自然順で配列をソートする 0
« ArrayIterator::natcasesort ArrayIterator::next » PHP Manual ArrayIterator 自然順で配列をソートする ArrayIterator::natsort (PHP 5 >= 5.2.0, PHP 7, PHP 8) ArrayIterator::natsort — 自然順で配列をソートする 説明 public ArrayIterator::natsort (): bool "自然順" アルゴリズムを使って、値でエン ...
https://man.plustar.jp/php/arrayiterator.natsort.html - [similar]
拡張モジュールあるいはコアで定義された内部クラスであるかどうかを調べる 0
« ReflectionClass::isInterface ReflectionClass::isIterable » PHP Manual ReflectionClass 拡張モジュールあるいはコアで定義された内部クラスであるかどうかを調べる ReflectionClass::isInternal (PHP 5, PHP 7, PHP 8) ReflectionClass::isInternal — 拡張モジュールあるいはコアで定義された内部クラスで ...
https://man.plustar.jp/php/reflectionclass.isinternal.html - [similar]
配列 0
« 変数・データ型関連 はじめに » PHP Manual 変数・データ型関連 配列 配列 はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 定義済み定数 配列のソート 配列 関数 array_change_key_case — 配列のすべてのキーの大文字小文字を変更する array_chunk — 配列を分割する array_column ...
https://man.plustar.jp/php/book.array.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT