検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 181 for [SIMILAR] 16 1024 4096 WITH 14778 反映 WITH 1475... (0.235 sec.)
指定したタイムゾーン ID の、正式なシステムタイムゾーン ID あるいは正規化したカス... 0
« IntlTimeZone::fromDateTimeZone IntlTimeZone::getDisplayName » PHP Manual IntlTimeZone 指定したタイムゾーン ID の、正式なシステムタイムゾーン ID あるいは正規化したカスタムタイムゾーン ID を取得する IntlTimeZone::getCanonicalID intltz_get_canonical_id (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL ...
https://man.plustar.jp/php/intltimezone.getcanonicalid.html - [similar]
TableDelete クラス 0
« Table::update TableDelete::bind » PHP Manual Mysql_xdevapi TableDelete クラス TableDelete クラス (PECL mysql-xdevapi >= 8.0.11) はじめに テーブルのレコードを削除する操作を行うためのステートメントです。 クラス概要 class mysql_xdevapi\TableDelete implements mysql_xdevapi\Executable { /* ...
https://man.plustar.jp/php/class.mysql-xdevapi-tabledelete.html - [similar]
switch 0
« continue match » PHP Manual 制御構造 switch switch (PHP 4, PHP 5, PHP 7, PHP 8) switch 文は、同じ式を用いてIF文を並べたのに似ています。 同じ変数を異なる値と比較し、値に応じて異なったコードを実行したいと 思うことがしばしばあるかと思います。 switch 文は、まさにこのためにあるのです。 注意 ...
https://man.plustar.jp/php/control-structures.switch.html - [similar]
インストール 0
« データベースに関する問題 構築時の問題 » PHP Manual FAQ インストール インストール このセクションでは PHP のインストール方法に関する一般的な質問を扱います。 PHP は、ほとんど全ての OS とウェブサーバーで 利用可能です。 PHP をインストールするには、 インストールと設定 の指示に従ってください。 ...
https://man.plustar.jp/php/faq.installation.html - [similar]
クオータレベルの設定、メールボックス毎の使用状況を取得する 0
« imap_gc imap_get_quotaroot » PHP Manual IMAP 関数 クオータレベルの設定、メールボックス毎の使用状況を取得する imap_get_quota (PHP 4 >= 4.0.5, PHP 5, PHP 7, PHP 8) imap_get_quota — クオータレベルの設定、メールボックス毎の使用状況を取得する 説明 imap_get_quota ( IMAP\Connection $imap , st ...
https://man.plustar.jp/php/function.imap-get-quota.html - [similar]
イテレータから phar アーカイブを作成する 0
« Phar::buildFromDirectory Phar::canCompress » PHP Manual Phar イテレータから phar アーカイブを作成する Phar::buildFromIterator (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) Phar::buildFromIterator — イテレータから phar アーカイブを作成する 説明 public Phar::buildFromIterator ( Trav ...
https://man.plustar.jp/php/phar.buildfromiterator.html - [similar]
イテレータから tar あるいは zip アーカイブを作成する 0
« PharData::buildFromDirectory PharData::compress » PHP Manual PharData イテレータから tar あるいは zip アーカイブを作成する PharData::buildFromIterator (PHP 5 >= 5.3.0, PHP 7, PHP 8, PECL phar >= 2.0.0) PharData::buildFromIterator — イテレータから tar あるいは zip アーカイブを作成する 説 ...
https://man.plustar.jp/php/phardata.buildfromiterator.html - [similar]
タイムゾーンを取得する 0
« IntlDateFormatter::getCalendarObject IntlDateFormatter::isLenient » PHP Manual IntlDateFormatter タイムゾーンを取得する IntlDateFormatter::getTimeZone datefmt_get_timezone (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL intl >= 3.0.0) IntlDateFormatter::getTimeZone -- datefmt_get_timezone — タイム ...
https://man.plustar.jp/php/intldateformatter.gettimezone.html - [similar]
タイムゾーンを設定する 0
« IntlDateFormatter::setPattern ResourceBundle » PHP Manual IntlDateFormatter タイムゾーンを設定する IntlDateFormatter::setTimeZone datefmt_set_timezone (PHP 5 >= 5.5.0, PHP 7, PHP 8, PECL intl >= 3.0.0) IntlDateFormatter::setTimeZone -- datefmt_set_timezone — タイムゾーンを設定する 説明 ...
https://man.plustar.jp/php/intldateformatter.settimezone.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]