検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 474 for use (0.111 sec.)
定義済み定数 4446
« リソース型 ODBC 関数 » PHP Manual ODBC 定義済み定数 定義済み定数 以下の定数が定義されています。 ... E_CONVERT ( int ) SQL_ODBC_CURSORS ( int ) SQL_CUR_USE_DRIVER ( int ) SQL_CUR_USE_IF_NEEDED ( int ) SQL_C ... UR_USE_ODBC ( int ) SQL_CONCURRENCY ( int ) SQL_CONCUR_RE ...
https://man.plustar.jp/php/uodbc.constants.html - [similar]
AppendIterator を作成する 4406
« AppendIterator::append AppendIterator::current » PHP Manual AppendIterator AppendIterator を作 ... or の値を配列にコピーするときは、 オプションの引数 use_key に false を指定しなければなりません。 use_key ... terator , 作成 , construct , Cheese , キー , key , use , 配列 , Pineapple , Olives ...
https://man.plustar.jp/php/appenditerator.construct.html - [similar]
Set Color 4406
« UI\Draw\Text\Layout::__construct UI\Draw\Text\Layout::setWidth » PHP Manual UI\Draw\Text\Layou ... e text in the Layout パラメータ color The color to use start The starting character end The ending charac ... Text , int , setColor , end , public , character , use , default ...
https://man.plustar.jp/php/ui-draw-text-layout.setcolor.html - [similar]
Get SeasLog base path. 4365
« SeasLog::flushBuffer SeasLog::getBuffer » PHP Manual SeasLog Get SeasLog base path. SeasLog::g ... 説明 public static Seaslog::getBasePath (): string Use the Function SeasLog::getBasePath() will get the v ... th what configured in php.ini(seaslog.ini). If you use Seaslog::setBasePath() , will change the result. パ ...
https://man.plustar.jp/php/seaslog.getbasepath.html - [similar]
インストール手順 4365
« 要件 実行時設定 » PHP Manual インストール/設定 インストール手順 インストール手順 Use --with-sw ... 手順 , swoole , 情報 , 拡張 , モジュール , 設定 , Use , when , compiling ...
https://man.plustar.jp/php/swoole.installation.html - [similar]
IntlChar クラス 4325
« idn_to_utf8 IntlChar::charAge » PHP Manual intl IntlChar クラス IntlChar クラス (PHP 7, PHP 8) ... FORMAT_CHAR = 16 ; const int CHAR_CATEGORY_PRIVATE_USE_CHAR = 17 ; const int CHAR_CATEGORY_SURROGATE = 18 ... URROGATES = 75 ; const int BLOCK_CODE_HIGH_PRIVATE_USE_SURROGATES = 76 ; const int BLOCK_CODE_LOW_SURROGA ... TES = 77 ; const int BLOCK_CODE_PRIVATE_USE_AREA = 78 ; const int BLOCK_CODE_PRIVATE_USE = 78 ... = 108 ; const int BLOCK_CODE_SUPPLEMENTARY_PRIVATE_USE_AREA_A = 109 ; const int BLOCK_CODE_SUPPLEMENTARY_ ...
https://man.plustar.jp/php/class.intlchar.html - [similar]
コールバック関数を使用して、配列の要素をフィルタリングする 4325
« array_fill array_flip » PHP Manual 配列 関数 コールバック関数を使用して、配列の要素をフィルタリ ... を callback に送るのかを決めるフラグ。 ARRAY_FILTER_USE_KEY - 値ではなく、キーだけを callback の引数として ... 渡す ARRAY_FILTER_USE_BOTH - 値だけではなく、値とキーの両方を callback の ... unction( $k ) { return $k == 'b' ; }, ARRAY_FILTER_USE_KEY )); var_dump ( array_filter ( $arr , function( ... ) { return $k == 'b' || $v == 4 ; }, ARRAY_FILTER_USE_BOTH )); ?> 上の例の出力は以下となります。 array(1 ...
https://man.plustar.jp/php/function.array-filter.html - [similar]
Fetch a result row as an associative array, a numeric array, or both 4325
« cubrid_error cubrid_fetch_assoc » PHP Manual CUBRID MySQL 互換関数 Fetch a result row as an as ... BOTH ): array The cubrid_fetch_array() function is used to get a single row from the query result and ret ... TH. If you need to operate the lob object, you can use CUBRID_LOB. 戻り値 Returns an array of strings tha ... ber indices, and you can decide which data type to use by setting the type argument. The type variable ca ... ); } // if you want to operate LOB object, you can use cubrid_fetch_array($req, CUBRID_NUM | CUBRID_LOB) ...
https://man.plustar.jp/php/function.cubrid-fetch-array.html - [similar]
Move the cursor of a lob object 4325
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... CURRENT ): bool The cubrid_lob2_seek() function is used to move the cursor position of a lob object by th ... igin argument. To set the origin argument, you can use CUBRID_CURSOR_FIRST to set the cursor position mov ... this case, offset must be a positive value. If you use CUBRID_CURSOR_CURRENT for origin , you can move fo ... rd. and offset can be positive or negative. If you use CUBRID_CURSOR_LAST for origin , you can move backw ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]
ファイルの内容を全て文字列に読み込む 4325
« file_exists file_put_contents » PHP Manual ファイルシステム 関数 ファイルの内容を全て文字列に読 ... 説明 file_get_contents ( string $filename , bool $use_include_path = false , ? resource $context = null ... メータ filename データを読み込みたいファイルの名前。 use_include_path 注意 : 定数 FILE_USE_INCLUDE_PATH を使 ... が有効になっている場合は不可能です。なぜなら、 FILE_USE_INCLUDE_PATH が int だからです。 true を代わりに使 ... $file = file_get_contents ( './people.txt' , FILE_USE_INCLUDE_PATH ); ?> 例3 ファイルの一部の読み込み <? ...
https://man.plustar.jp/php/function.file-get-contents.html - [similar]