検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 3989 for int (0.033 sec.)
定義済み定数 2977
« リソース型 カレンダー 関数 » PHP Manual カレンダー 定義済み定数 定義済み定数 以下の定数が定義さ ... れている場合のみ使用可能です。 CAL_EASTER_DEFAULT ( int ) easter_days() で、1753年より前はユリウス暦に従っ ... に従って復活祭の日付を計算する。 CAL_EASTER_ROMAN ( int ) easter_days() で、1583年より前はユリウス暦に従っ ... 活祭の日付を計算する。 CAL_EASTER_ALWAYS_GREGORIAN ( int ) easter_days() で、先発グレゴリオ暦に従って、 復活 ... 祭の日付を計算する。 CAL_EASTER_ALWAYS_JULIAN ( int ) easter_days() で、ユリウス暦に従って、 復活祭の日 ...
https://man.plustar.jp/php/calendar.constants.html - [similar]
IntlDateFormatter クラス 2977
« IntlTimeZone::useDaylightTime IntlDateFormatter::create » PHP Manual intl IntlDateFormatter ク ... ラス IntlDateFormatter クラス (PHP 5 >= 5.3.0, PHP 7, PHP 8 ... , PECL intl >= 1.0.0) はじめに Date Formatter は、パターン文字 ... として扱ったりすることができます。 クラス概要 class IntlDateFormatter { /* メソッド */ public __construct ... ( ? string $locale , int $dateType , int $timeType , IntlTimeZone | DateTim ...
https://man.plustar.jp/php/class.intldateformatter.html - [similar]
定義済み定数 2977
« リソース型 Inotify 関数 » PHP Manual Inotify 定義済み定数 定義済み定数 以下の定数が定義されてい ... ify_read() が返したりする inotify 定数 IN_ACCESS ( int ) ファイルがアクセスされた (読み込み) (*) IN_MODIF ... Y ( int ) ファイルが変更された (*) IN_ATTRIB ( int ) メタデ ... ンや修正時刻など) が変更された (*) IN_CLOSE_WRITE ( int ) 書き込みモードで開いたファイルが閉じられた (*) I ... N_CLOSE_NOWRITE ( int ) 非書き込みモードで開いたファイルが閉じられた (*) ...
https://man.plustar.jp/php/inotify.constants.html - [similar]
RecursiveTreeIterator クラス 2966
« RecursiveRegexIterator::hasChildren RecursiveTreeIterator::beginChildren » PHP Manual イテレー ... cursiveIteratorIterator { /* 継承した定数 */ const int RecursiveIteratorIterator::LEAVES_ONLY = 0 ; const ... int RecursiveIteratorIterator::SELF_FIRST = 1 ; const ... RecursiveIteratorIterator::CHILD_FIRST = 2 ; const int RecursiveIteratorIterator::CATCH_GET_CHILD = 16 ; ... /* 定数 */ const int BYPASS_CURRENT = 4 ; const int BYPASS_KEY = 8 ; co ...
https://man.plustar.jp/php/class.recursivetreeiterator.html - [similar]
Control Grid (Arrangement) 2966
« UI\Controls\Form::setPadded UI\Controls\Grid::append » PHP Manual UI Control Grid (Arrangement ... ontrol which is allows the arrangement of children into a grid クラス概要 class UI\Controls\Grid extends ... UI\Control { /* Constants */ const int Fill ; const int Start ; const int Center ; const ... int End ; const int Leading ; const int Top ; const int Trailing ; con ... st int Bottom ; /* プロパティ */ protected $ controls ; / ...
https://man.plustar.jp/php/class.ui-controls-grid.html - [similar]
定義済み定数 2955
« リソース型 JsonException » PHP Manual JSON 定義済み定数 定義済み定数 以下の定数が定義されていま ... されている エラーの型を表します。 JSON_ERROR_NONE ( int ) エラーが発生しませんでした。 JSON_ERROR_DEPTH ( ... 深さが最大に達しました。 JSON_ERROR_STATE_MISMATCH ( int ) アンダーフローあるいはモードの不一致が発生しまし ... た。 JSON_ERROR_CTRL_CHAR ( int ) 制御文字エラー。おそらくエンコードが間違っていま ... す。 JSON_ERROR_SYNTAX ( int ) 構文エラー。 JSON_ERROR_UTF8 ( int ) 正しくエンコ ...
https://man.plustar.jp/php/json.constants.html - [similar]
定義済み定数 2955
« リソース型 例 » PHP Manual Varnish 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... ている場合のみ使用可能です。 VARNISH_STATUS_SYNTAX ( int ) VARNISH_STATUS_UNKNOWN ( int ) VARNISH_STATUS_UN ... IMPL ( int ) VARNISH_STATUS_TOOFEW ( int ) VARNISH_STATUS_TOO ... MANY ( int ) VARNISH_STATUS_PARAM ( int ) VARNISH_STATUS_AUTH ... ( int ) VARNISH_STATUS_OK ( int ) VARNISH_STATUS_CANT ( ...
https://man.plustar.jp/php/varnish.constants.html - [similar]
RecursiveRegexIterator クラス 2945
« RecursiveIteratorIterator::valid RecursiveRegexIterator::__construct » PHP Manual イテレータ R ... ments RecursiveIterator { /* 継承した定数 */ const int MATCH = 0 ; const int GET_MATCH = 1 ; const int AL ... L_MATCHES = 2 ; const int SPLIT = 3 ; const int REPLACE = 4 ; const int USE_ ... ( RecursiveIterator $iterator , string $pattern , int $mode = RecursiveRegexIterator::MATCH , int $flags ... = 0 , int $pregFlags = 0 ) public getChildren (): RecursiveR ...
https://man.plustar.jp/php/class.recursiveregexiterator.html - [similar]
指定したオプションの現在の値を得る 2934
« ldap_get_entries ldap_get_values_len » PHP Manual LDAP 関数 指定したオプションの現在の値を得る ... 得る 説明 ldap_get_option ( LDAP\Connection $ldap , int $option , array | string | int &$value = null ): b ... ション 型 利用可能になったバージョン LDAP_OPT_DEREF int LDAP_OPT_SIZELIMIT int LDAP_OPT_TIMELIMIT int LDAP ... _OPT_NETWORK_TIMEOUT int LDAP_OPT_PROTOCOL_VERSION int LDAP_OPT_ERROR_NUMBE ... R int LDAP_OPT_DIAGNOSTIC_MESSAGE int LDAP_OPT_REFERRALS ...
https://man.plustar.jp/php/function.ldap-get-option.html - [similar]
画像の生のピクセルをエクスポートする 2923
« Imagick::evaluateImage Imagick::extentImage » PHP Manual Imagick 画像の生のピクセルをエクスポー ... ポートする 説明 public Imagick::exportImagePixels ( int $x , int $y , int $width , int $height , string $m ... ap , int $STORAGE ): array 画像のピクセルを配列にエクスポー ... > 上の例の出力は以下となります。 array(12) { [0]=> int(72) [1]=> int(64) [2]=> int(57) [3]=> int(69) [4]= ... > int(59) [5]=> int(43) [6]=> int(124) [7]=> int(120) [8 ...
https://man.plustar.jp/php/imagick.exportimagepixels.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 NEXT