mb_ereg_search_setpos

(PHP 4 >= 4.2.0, PHP 5)

mb_ereg_search_setposSet start point of next regular expression match

說明

bool mb_ereg_search_setpos ( int $position )

mb_ereg_search_setpos() sets the starting point of a match for mb_ereg_search().

參數

position

The position to set.

回傳值

如果成功則回傳 TRUE,失敗則回傳 FALSE

註釋

Note:

mb_regex_encoding() 指定的內部編碼或字元編碼將會當做此函式用的字元編碼。

參見

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top