検索

phrase: max: clip:
target: order:
Results of 341 - 350 of about 920 for [SIMILAR] 16 1024 4096 WITH 11861 時間 WITH 1084... (0.668 sec.)
現在のディレクトリのパス名 0
« posix_get_last_error posix_getegid » PHP Manual POSIX 関数 現在のディレクトリのパス名 posix_getcwd (PHP 4, PHP 5, PHP 7, PHP 8) posix_getcwd — 現在のディレクトリのパス名 説明 posix_getcwd (): string | false スクリプトの現在の実行ディレクトリのパスを、絶対パスで取得します。 エラー時には ...
https://man.plustar.jp/php/function.posix-getcwd.html - [similar]
Windows 上での PHP の手動インストール 0
« Windows でのおすすめの構成 ソースからのビルド » PHP Manual Windows システムへのインストール Windows 上での PHP の手動インストール Windows 上での PHP の手動インストール ウェブサーバーの選択 IIS IIS は Windows に標準で組み込まれています。 Windows サーバーの場合は、サーバーマネージャーを使 ...
https://man.plustar.jp/php/install.windows.manual.html - [similar]
はじめに 0
« Readline インストール/設定 » PHP Manual Readline はじめに はじめに readline 関数群は、GNU Readline ライブラリへの インターフェイスを実装したものです。これらの関数は、コマンドラインの 編集機能を提供します。一例をあげると、Bash において文字を挿入したり コマンド履歴を走査したりする際に、矢 ...
https://man.plustar.jp/php/intro.readline.html - [similar]
ディレクトリから、glob パターンを使ってファイルを追加する 0
« ZipArchive::addFromString ZipArchive::addPattern » PHP Manual ZipArchive ディレクトリから、glob パターンを使ってファイルを追加する ZipArchive::addGlob (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL zip >= 1.9.0) ZipArchive::addGlob — ディレクトリから、glob パターンを使ってファイルを追加する 説明 ...
https://man.plustar.jp/php/ziparchive.addglob.html - [similar]
相対的な書式 0
« 複合的な書式 サポートされるタイムゾーンのリスト » PHP Manual サポートする日付と時刻の書式 相対的な書式 相対的な書式 このページでは、 DateTimeImmutable , DateTime , date_create() , date_create_immutable() , そして strtotime() のパーサーが理解する、 さまざまな相対日付/時刻フォーマットを説 ...
https://man.plustar.jp/php/datetime.formats.relative.html - [similar]
巨大な数をインクリメントする 0
« sodium_hex2bin sodium_memcmp » PHP Manual Sodium 関数 巨大な数をインクリメントする sodium_increment (PHP 7 >= 7.2.0, PHP 8) sodium_increment — 巨大な数をインクリメントする 説明 sodium_increment ( string &$string ): void 文字列をリトルエンディアンで表現した符号なし整数として扱い、 その値 ...
https://man.plustar.jp/php/function.sodium-increment.html - [similar]
Expect 関数 0
« Expect の使用例 expect_expectl » PHP Manual Expect Expect 関数 Expect 関数 目次 expect_expectl — プロセスの出力がパターンに一致する・指定した時間が経過する・ あるいは EOF に達するのいずれかにあてはまるまで待ち続ける expect_popen — Bourne シェル経由でコマンドを実行し、プロセスへの PTY ス ...
https://man.plustar.jp/php/ref.expect.html - [similar]
この文書に対する boost 値を設定 0
« SolrInputDocument::reset SolrInputDocument::setFieldBoost » PHP Manual SolrInputDocument この文書に対する boost 値を設定 SolrInputDocument::setBoost (PECL solr >= 0.9.2) SolrInputDocument::setBoost — この文書に対する boost 値を設定 説明 public SolrInputDocument::setBoost ( float $docum ...
https://man.plustar.jp/php/solrinputdocument.setboost.html - [similar]
遅延静的束縛 (Late Static Bindings) 0
« オブジェクトの比較 オブジェクトと参照 » PHP Manual クラスとオブジェクト 遅延静的束縛 (Late Static Bindings) 遅延静的束縛 (Late Static Bindings) PHP には、遅延静的束縛と呼ばれる機能が搭載されています。 これを使用すると、静的継承のコンテキストで呼び出し元のクラスを参照できるようになります ...
https://man.plustar.jp/php/language.oop5.late-static-bindings.html - [similar]
列挙型 / Enum 0
« オブジェクト リソース » PHP Manual 型 列挙型 / Enum 列挙型 / Enum 列挙型の基礎 列挙型は、クラスやクラス定数に対して、さらに制限を加えたものです。 ある型に対して、取り得る値の限られた集合を定義する方法を提供します。 <?php enum Suit { case Hearts ; case Diamonds ; case Clubs ; case Spade ...
https://man.plustar.jp/php/language.types.enumerations.html - [similar]