検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 282 for End (0.066 sec.)
Move the cursor of a lob object 4553
« cubrid_lob2_seek64 cubrid_lob2_size64 » PHP Manual CUBRID 関数 Move the cursor of a lob object ... igin , you can move backward offset units from the end of LOB object and offset only can be positive. パラ ... position. CUBRID_CURSOR_LAST: move backward at the end of LOB object. 戻り値 成功した場合に true を、失敗 ...
https://man.plustar.jp/php/function.cubrid-lob2-seek.html - [similar]
部分楕円を描画する 4553
« imageantialias imageavif » PHP Manual GD および Image 関数 部分楕円を描画する imagearc (PHP 4, ... int $width , int $height , int $start_angle , int $end_angle , int $color ): bool imagearc() は、指定した ... の幅。 height 円弧の高さ。 start_angle 始点の角度。 end_angle 終点の角度。 0° は 3 時の位置で、そこから時計 ...
https://man.plustar.jp/php/function.imagearc.html - [similar]
現在の Unix タイムスタンプをマイクロ秒まで返す 4553
« localtime mktime » PHP Manual 日付・時刻 関数 現在の Unix タイムスタンプをマイクロ秒まで返す m ... true ); // しばらくスリープ usleep ( 100 ); $time_end = microtime ( true ); $time = $time_end - $time_st ...
https://man.plustar.jp/php/function.microtime.html - [similar]
内部の配列ポインタをひとつ前に戻す 4553
« pos range » PHP Manual 配列 関数 内部の配列ポインタをひとつ前に戻す prev (PHP 4, PHP 5, PHP 7, ... = prev ( $transport ); // $mode = 'bike'; $mode = end ( $transport ); // $mode = 'plane'; ?> 注意 注意 : ... ください。 参考 current() - 配列内の現在の要素を返す end() - 配列の内部ポインタを最終要素にセットする next( ...
https://man.plustar.jp/php/function.prev.html - [similar]
文字列が、指定された文字列で終わるかを調べる。 4553
« str_contains str_getcsv » PHP Manual String 関数 文字列が、指定された文字列で終わるかを調べる。 ... str_ends_with (PHP 8) str_ends_with — 文字列が、指定された ... 文字列で終わるかを調べる。 説明 str_ends_with ( string $haystack , string $needle ): bool ... ます。 例 例1 空文字列 '' を使う場合 <?php if ( str_ends_with ( 'abc' , '' )) { echo "All strings end with ... ; } ?> 上の例の出力は以下となります。 All strings end with the empty string 例2 大文字小文字の区別 <?php ...
https://man.plustar.jp/php/function.str-ends-with.html - [similar]
指定された範囲の全てのUnicode文字を走査する 4553
« IntlChar::digit IntlChar::enumCharTypes » PHP Manual IntlChar 指定された範囲の全てのUnicode文字 ... numCharNames ( int | string $start , int | string $end , callable $callback , int $type = IntlChar::UNICO ... ラメータ start 走査を開始する最初のコードポイント。 end 走査する最後のコードポイントよりひとつ先を指定しま ... ォルト) IntlChar::UNICODE_10_CHAR_NAME IntlChar::EXTENDED_CHAR_NAME IntlChar::CHAR_NAME_ALIAS IntlChar::CH ... LIGHTNING U+2608 THUNDERSTORM U+2609 SUN U+260a ASCENDING NODE U+260b DESCENDING NODE U+260c CONJUNCTION ...
https://man.plustar.jp/php/intlchar.enumcharnames.html - [similar]
Move the cursor of a lob object 4514
« cubrid_lob2_read cubrid_lob2_seek » PHP Manual CUBRID 関数 Move the cursor of a lob object cub ... igin , you can move backward offset units from the end of LOB object and offset only can be positive. 注意 ... position. CUBRID_CURSOR_LAST: move backward at the end of LOB object. 戻り値 成功した場合に true を、失敗 ...
https://man.plustar.jp/php/function.cubrid-lob2-seek64.html - [similar]
配列の内部ポインタを進める 4514
« natsort pos » PHP Manual 配列 関数 配列の内部ポインタを進める next (PHP 4, PHP 5, PHP 7, PHP 8 ... = prev ( $transport ); // $mode = 'bike'; $mode = end ( $transport ); // $mode = 'plane'; ?> 注意 注意 : ... ください。 参考 current() - 配列内の現在の要素を返す end() - 配列の内部ポインタを最終要素にセットする prev( ...
https://man.plustar.jp/php/function.next.html - [similar]
複数の結果が利用可能などうか確認する 4514
« odbc_longreadlen odbc_num_fields » PHP Manual ODBC 関数 複数の結果が利用可能などうか確認する o ... nect ( $dsn , $username , $password ); $s_SQL = <<<END_SQL SELECT 'A' SELECT 'B' SELECT 'C' END_SQL; $r_R ...
https://man.plustar.jp/php/function.odbc-next-result.html - [similar]
座標変換を設定する 4514
« ps_symbol RpmInfo » PHP Manual PS 関数 座標変換を設定する ps_translate (PECL ps >= 1.1.0) ps_t ... ; ps_show ( $ps , "Text at initial position" ); ps_end_page ( $ps ); ps_begin_page ( $ps , 596 , 842 ); p ... ; ps_show ( $ps , "Text at initial position" ); ps_end_page ( $ps ); ps_delete ( $ps ); ?> 上の例は、図形 ...
https://man.plustar.jp/php/function.ps-translate.html - [similar]