Transliterator::listIDs
transliterator_list_ids
(PHP > 5.4.0)
Transliterator::listIDs -- transliterator_list_ids — Get transliterator IDs
설명
객체 기반 형식
public static array Transliterator::listIDs
( void
)
절차식 형식
array transliterator_list_ids
( void
)
Returns an array with the registered transliterator IDs.
Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.
인수
이 함수는 인수가 없습니다.
반환값
An array of registered transliterator IDs on success, or FALSE on failure.
참고
- Transliterator::getErrorMessage() - Get last error message
- Transliterator::transliterate() - Transliterate a string
There are no user contributed notes for this page.
