|
RegexIterator::getMode(PHP 5 >= 5.2.0) RegexIterator::getMode — Returns operation mode. Описание
public int RegexIterator::getMode
( void
)
Returns the operation mode, see RegexIterator::setMode() for the list of operation modes. Возвращаемые значенияReturns the operation mode. Примеры
Пример #1 RegexIterator::getMode() example
<?php Результат выполнения данного примера: Getting the match for each item. |
|