Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mongodbdriverwriteconcernerror(3) [php man page]

MONGODBDRIVERWRITECONCERNERROR(3)					 1					 MONGODBDRIVERWRITECONCERNERROR(3)

The MongoDBDriverWriteConcernError class

INTRODUCTION
CLASS SYNOPSIS
MongoDBWriteConcernError final MongoDBWriteConcernError Methods o finalpublic ReturnType MongoDBDriverWriteConcernError::getCode (void ) o finalpublic ReturnType MongoDBDriverWriteConcernError::getInfo (void ) o finalpublic ReturnType MongoDBDriverWriteConcernError::getMessage (void ) PHP Documentation Group MONGODBDRIVERWRITECONCERNERROR(3)

Check Out this Related Man Page

INTLCODEPOINTBREAKITERATOR(3)						 1					     INTLCODEPOINTBREAKITERATOR(3)

The IntlCodePointBreakIterator class

INTRODUCTION
This break iterator identifies the boundaries between UTF-8 code points. CLASS SYNOPSIS
IntlCodePointBreakIterator IntlCodePointBreakIteratorextends IntlBreakIteratorTraversable Constants o const integer$IntlCodePointBreakIterator::DONE-1 o const integer$IntlCodePointBreakIterator::WORD_NONE0 o const integer$IntlCodePointBreakIterator::WORD_NONE_LIMIT100 o const integer$IntlCodePointBreakIterator::WORD_NUMBER100 o const integer$IntlCodePointBreakIterator::WORD_NUMBER_LIMIT200 o const integer$IntlCodePointBreakIterator::WORD_LETTER200 o const integer$IntlCodePointBreakIterator::WORD_LETTER_LIMIT300 o const integer$IntlCodePointBreakIterator::WORD_KANA300 o const integer$IntlCodePointBreakIterator::WORD_KANA_LIMIT400 o const integer$IntlCodePointBreakIterator::WORD_IDEO400 o const integer$IntlCodePointBreakIterator::WORD_IDEO_LIMIT500 o const integer$IntlCodePointBreakIterator::LINE_SOFT0 o const integer$IntlCodePointBreakIterator::LINE_SOFT_LIMIT100 o const integer$IntlCodePointBreakIterator::LINE_HARD100 o const integer$IntlCodePointBreakIterator::LINE_HARD_LIMIT200 o const integer$IntlCodePointBreakIterator::SENTENCE_TERM0 o const integer$IntlCodePointBreakIterator::SENTENCE_TERM_LIMIT100 o const integer$IntlCodePointBreakIterator::SENTENCE_SEP100 o const integer$IntlCodePointBreakIterator::SENTENCE_SEP_LIMIT200 Methods o public ReturnType IntlCodePointBreakIterator::getLastCodePoint (void ) Inherited methods o private IntlBreakIterator::__construct (void ) o publicstatic ReturnType IntlBreakIterator::createCharacterInstance ([string $"locale"]) o publicstatic ReturnType IntlBreakIterator::createCodePointInstance (void ) o publicstatic ReturnType IntlBreakIterator::createLineInstance ([string $"locale"]) o publicstatic ReturnType IntlBreakIterator::createSentenceInstance ([string $"locale"]) o publicstatic ReturnType IntlBreakIterator::createTitleInstance ([string $"locale"]) o publicstatic ReturnType IntlBreakIterator::createWordInstance ([string $"locale"]) o public ReturnType IntlBreakIterator::current (void ) o public ReturnType IntlBreakIterator::first (void ) o public ReturnType IntlBreakIterator::following (string $"offset") o public ReturnType IntlBreakIterator::getErrorCode (void ) o ReturnType intl_get_error_code (void ) o public ReturnType IntlBreakIterator::getErrorMessage (void ) o ReturnType intl_get_error_message (void ) o public ReturnType IntlBreakIterator::getLocale (string $"locale_type") o public ReturnType IntlBreakIterator::getPartsIterator ([string $"key_type"]) o public ReturnType IntlBreakIterator::getText (void ) o public ReturnType IntlBreakIterator::isBoundary (string $"offset") o public ReturnType IntlBreakIterator::last (void ) o public ReturnType IntlBreakIterator::next ([string $"offset"]) o public ReturnType IntlBreakIterator::preceding (string $"offset") o public ReturnType IntlBreakIterator::previous (void ) o public ReturnType IntlBreakIterator::setText (string $"text") PREDEFINED CONSTANTS
o IntlCodePointBreakIterator::DONE - o IntlCodePointBreakIterator::WORD_NONE - o IntlCodePointBreakIterator::WORD_NONE_LIMIT - o IntlCodePointBreakIterator::WORD_NUMBER - o IntlCodePointBreakIterator::WORD_NUMBER_LIMIT - o IntlCodePointBreakIterator::WORD_LETTER - o IntlCodePointBreakIterator::WORD_LETTER_LIMIT - o IntlCodePointBreakIterator::WORD_KANA - o IntlCodePointBreakIterator::WORD_KANA_LIMIT - o IntlCodePointBreakIterator::WORD_IDEO - o IntlCodePointBreakIterator::WORD_IDEO_LIMIT - o IntlCodePointBreakIterator::LINE_SOFT - o IntlCodePointBreakIterator::LINE_SOFT_LIMIT - o IntlCodePointBreakIterator::LINE_HARD - o IntlCodePointBreakIterator::LINE_HARD_LIMIT - o IntlCodePointBreakIterator::SENTENCE_TERM - o IntlCodePointBreakIterator::SENTENCE_TERM_LIMIT - o IntlCodePointBreakIterator::SENTENCE_SEP - o IntlCodePointBreakIterator::SENTENCE_SEP_LIMIT - PHP Documentation Group INTLCODEPOINTBREAKITERATOR(3)
Man Page