検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 3989 for int (0.032 sec.)
定義済み定数 3471
« リソース型 例 » PHP Manual FDF 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... にロードされている場合のみ使用可能です。 FDFValue ( int ) FDFStatus ( int ) FDFFile ( int ) FDFID ( int ) ... FDFFf ( int ) FDFSetFf ( int ) FDFClearFf ( int ) FDFFlags ( i ... nt ) FDFSetF ( int ) FDFClrF ( int ) FDFAP ( int ) FDFAS ( int ) FDFA ... ction ( int ) FDFAA ( int ) FDFAPRef ( int ) FDFIF ( int ) FDF ...
https://man.plustar.jp/php/fdf.constants.html - [similar]
ZipArchive クラス 3417
« 例 ZipArchive::addEmptyDir » PHP Manual Zip ZipArchive クラス ZipArchive クラス (PHP 5 >= 5.2. ... ments Countable { /* プロパティ */ public readonly int $ lastId ; public readonly int $ status ; public r ... eadonly int $ statusSys ; public readonly int $ numFiles ; pub ... メソッド */ public addEmptyDir ( string $dirname , int $flags = 0 ): bool public addFile ( string $filepa ... th , string $entryname = "" , int $start = 0 , int $length = 0 , int $flags = ZipArc ...
https://man.plustar.jp/php/class.ziparchive.html - [similar]
定義済み定数 3406
« リソース型 接続、および接続の管理 » PHP Manual PDO 定義済み定数 定義済み定数 以下の定数が定義さ ... ドされている場合のみ使用可能です。 PDO::PARAM_BOOL ( int ) ブールデータ型を表します。 PDO::PARAM_NULL ( int ... ) SQL NULL データ型を表します。 PDO::PARAM_INT ( int ) SQL INTEGER データ型を表します。 PDO::PARA ... M_STR ( int ) SQL CHAR, VARCHAR, または他の文字列データ型を表し ... ます。 PDO::PARAM_STR_NATL ( int ) 事前定義された文字セットを使用する文字列であるこ ...
https://man.plustar.jp/php/pdo.constants.html - [similar]
Gmagick クラス 3395
« 例 Gmagick::addimage » PHP Manual Gmagick Gmagick クラス Gmagick クラス (PECL gmagick >= Unkno ... Gmagick $source ): Gmagick public addnoiseimage ( int $noise_type ): Gmagick public annotateimage ( Gmag ... public blurimage ( float $radius , float $sigma , int $channel = ? ): Gmagick public borderimage ( Gmagi ... ckPixel $color , int $width , int $height ): Gmagick public charcoalima ... adius , float $sigma ): Gmagick public chopimage ( int $width , int $height , int $x , int $y ): Gmagick ...
https://man.plustar.jp/php/class.gmagick.html - [similar]
The Swoole\Redis\Server class 3384
« Swoole\Process::write Swoole\Redis\Server::format » PHP Manual Swoole The Swoole\Redis\Server ... rver extends Swoole\Server { /* Constants */ const int NIL = 1 ; const int ERROR = 0 ; const int STATUS = ... 2 ; const int INT = 3 ; const int STRING = 4 ; const int SET = 5 ... ; const int MAP = 6 ; /* メソッド */ public static format ( st ... public Swoole\Server::addlistener ( string $host , int $port , string $socket_type ): void public Swoole\ ...
https://man.plustar.jp/php/class.swoole-redis-server.html - [similar]
定義済み定数 3384
« リソース型 例 » PHP Manual FANN 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... です。 Training algorithms FANN_TRAIN_INCREMENTAL ( int ) Standard backpropagation algorithm, where the we ... blems will not train very well. FANN_TRAIN_BATCH ( int ) Standard backpropagation algorithm, where the we ... solutions with this algorithm. FANN_TRAIN_RPROP ( int ) A more advanced batch training algorithm which a ... d RPROP training algorithm. FANN_TRAIN_QUICKPROP ( int ) A more advanced batch training algorithm which a ...
https://man.plustar.jp/php/fann.constants.html - [similar]
定義済み定数 3384
« リソース型 例 » PHP Manual Gearman 定義済み定数 定義済み定数 以下の定数が定義されています。 こ ... as it may contain more details: GEARMAN_SUCCESS ( int ) Whatever action was taken was successful. GEARMA ... N_IO_WAIT ( int ) When in non-blocking mode, an event is hit that ... would have blocked. GEARMAN_ERRNO ( int ) A system error. Check GearmanClient::errno() or ... or code that was returned. GEARMAN_NO_ACTIVE_FDS ( int ) GearmanClient::wait() or GearmanWorker() was cal ...
https://man.plustar.jp/php/gearman.constants.html - [similar]
定義済み定数 3374
« リソース型 例 » PHP Manual GnuPG 定義済み定数 定義済み定数 GNUPG_SIG_MODE_NORMAL ( int ) GNUPG ... _SIG_MODE_DETACH ( int ) GNUPG_SIG_MODE_CLEAR ( int ) GNUPG_VALIDITY_UNKN ... OWN ( int ) GNUPG_VALIDITY_UNDEFINED ( int ) GNUPG_VALIDITY_ ... NEVER ( int ) GNUPG_VALIDITY_MARGINAL ( int ) GNUPG_VALIDITY_F ... ULL ( int ) GNUPG_VALIDITY_ULTIMATE ( int ) GNUPG_PROTOCOL_O ...
https://man.plustar.jp/php/gnupg.constants.html - [similar]
IntlCodePointBreakIterator クラス 3363
« IntlRuleBasedBreakIterator::getRuleStatusVec IntlCodePointBreakIterator::getLastCodePoint » PH ... P Manual intl IntlCodePointBreakIterator クラス IntlCodePointBr ... イント間の境界を認識するものです。 クラス概要 class IntlCodePointBreakIterator extends IntlBreakIterator { ... /* 継承した定数 */ const int IntlBreakIterator::DONE = -1 ; const int IntlBreak ... Iterator::WORD_NONE = 0 ; const int IntlBreakIterator::WORD_NONE_LIMIT = 100 ; const i ...
https://man.plustar.jp/php/class.intlcodepointbreakiterator.html - [similar]
指定した日付/時刻の詳細な情報を連想配列で返す 3363
« date_parse_from_format date_sub » PHP Manual 日付・時刻 関数 指定した日付/時刻の詳細な情報を連 ... 上の例の出力は以下となります。 array(12) { 'year' => int(2006) 'month' => int(12) 'day' => int(12) 'hour' = ... > int(10) 'minute' => int(0) 'second' => int(0) 'fractio ... n' => double(0.5) 'warning_count' => int(0) 'warnings' => array(0) { } 'error_count' => int ... 上の例の出力は以下となります。 array(16) { 'year' => int(2022) 'month' => int(6) 'day' => int(2) 'hour' => ...
https://man.plustar.jp/php/function.date-parse.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT