<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/refs.international.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'book.intl.php',
    1 => 'Intl',
    2 => 'Uluslararasılaştırma İşlevleri',
  ),
  'up' => 
  array (
    0 => 'refs.international.php',
    1 => 'İnsan Dilleri ve Karakter Kodlaması Desteği',
  ),
  'prev' => 
  array (
    0 => 'function.ob-iconv-handler.php',
    1 => 'ob_iconv_handler',
  ),
  'next' => 
  array (
    0 => 'intl.setup.php',
    1 => 'Yapılandırma/Kurulum',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'tr',
    'path' => 'reference/intl/book.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/book.intl.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="book.intl" class="book">
 
 <h1 class="title">Uluslararasılaştırma İşlevleri</h1>
 

 
 <div id="intro.intl" class="preface">
  <h1 class="title">Giriş</h1>
  <p class="para">
   Uluslararasılaştırma uzantısı (bundan sonra Intl olarak anılacaktır)
   <a href="https://icu.unicode.org/" class="link external">&raquo;&nbsp;ICU</a> kitaplığı için bir sarmalayıcı
   olup PHP programcılarının biçimlendirme, harf dönüşümü, kodlama dönüşümü,
   takvim işlemleri, <a href="https://www.unicode.org/reports/tr10/" class="link external">&raquo;&nbsp;UCA</a> uyumlu
   karşılaştırma, metin bulma, yerel ayar tanımlayıcıları, zaman dilimleri ve
   sesletim kümeleri ile çalışma dahil ancak bunlarla sınırlı olmamak üzere
   çeşitli yerel ayara duyarlı işlemlerin gerçekleştirmesini sağlar.
  </p>

  <p class="para">
   ICU API&#039;leri yakından izlendiğinden C/C++ veya Java&#039;da ICU ile çalışma
   deneyimi olan kişiler PHP API&#039;sini de kolayca kullanabilir. Ayrıca ICU
   belgeleri de çeşitli ICU işlevlerini anlamaya yardımcı olacaktır.
  </p>

  <p class="para">
   Eklenti çeşitli modüllerden oluşur ve her biri ICU&#039;nun belli bir API&#039;si ile
   ilgilidir:
  </p>

  <ul class="itemizedlist">
   <li class="listitem">
    <span class="simpara">
     <a href="class.collator.php" class="link">Karşılaştırıcı</a>: Yerele duyarlı
     sıralama destekli dizge karşılaştırma yeteneği sağlar.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="class.numberformatter.php" class="link">Sayı Biçemleyici</a>: Sayıların
     yerelleştirilmiş biçeme veya belirtilen şablona ya da belli  bir kural
     kümesine uygun olarak gösterilmesini ve dizgelerin sayılara
     çözümlenmesini mümkün kılar.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="class.messageformatter.php" class="link">İleti Biçemleyici</a>: Yerel
     kurallara ve belirtilen şablona göre biçemlenmiş verileri (sayılar,
     tarihler gibi) birleştirerek iletilerin oluşturulmasını ve içinden
     verileri çıkararak iletilerin çözümlenmesini mümkün kılar. Çoğulları,
     yerele göre sayıları, para birimlerini, kuralları ve çok daha fazlasını
     işleyebilir.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="class.normalizer.php" class="link">Normalleştirici</a>: Metni Evrenkod
     normalleştirme biçimlerinden birine dönüştürecek bir işlev ve
     normalleştirilmiş bir dizgeyi sınayacak bir yordam sağlar.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="class.locale.php" class="link">Yerel</a>: Yerel betimleyicilerden alt
     etiketleri almak için, yerel betimleyicilerle işlevler biçiminde
     etkileşim kurar; yerel betimleyicileri çözümler, birleştirir ve
     eşleştirir (sorgular ve süzer).
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
      <a href="class.intlcalendar.php" class="link">Takvim</a>: Yerele duyarlı takvim
      işlemleri için kullanılabilecek ve seçilen yerel için saat dilimi,
      haftanın ilk günü veya şimdi yaz saati uygulaması olup olmadığı gibi
      çeşitli bilgileri almak için kullanılabilecek bir sınıf sağlar.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="class.intltimezone.php" class="link">Zaman Dilimi</a>: Dünyadaki tüm
     zaman dilimleri hakkında bilgi içeren <a href="https://www.iana.org/time-zones" class="link external">&raquo;&nbsp;Zaman Dilimi Veritabanı</a>na bir
     sarmalayıcı sağlar.
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">.
     <a href="class.intldateformatter.php" class="link">Tarih Biçemleyici</a>:
     Yerelleştirilmiş biçime veya verilen kalıba ya da kural kümesine göre
     tarih ve saati görüntülemeyi, dizeleri tarih ve saate ayrıştırmayı sağlar
    </span>
   </li>
   <li class="listitem">
    <span class="simpara">
     <a href="class.transliterator.php" class="link">Abece dönüştürücü</a>: Çeşitli
     dillerdeki dizelerin latin gösterimlerinin elde edilmesini sağlar.
    </span>
   </li>
  </ul>

  
  <div class="section" id="intl.links">
   <h2 class="title">Kaynakça</h2>
   <ul class="itemizedlist">
    <li class="listitem">
     <p class="para"><a href="https://icu.unicode.org/docs/" class="link external">&raquo;&nbsp;Çeşitli ICU belgeleri</a>
     </p>
    </li>
    <li class="listitem">
     <p class="para"><a href="https://unicode-org.github.io/icu/userguide/" class="link external">&raquo;&nbsp;ICU Kullanıcı Kılavuzu</a>
     </p>
    </li>
    <li class="listitem">
     <p class="para"><a href="https://www.unicode.org/reports/tr10/" class="link external">&raquo;&nbsp;Evrenkod Karşılaştırma  Algoritması
     </a></p>
    </li>
   </ul>
  </div>
  

 </div>
 

 






 




 








 





 





 





 





 





 




 




 




 





 




 




 




 




 




 




 



 




 





 





 





 





 




 





 






<ul class="chunklist chunklist_book"><li><a href="intl.setup.php">Yapılandırma/Kurulum</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="intl.requirements.php">Gereksinimler</a></li><li><a href="intl.installation.php">Kurulum</a></li><li><a href="intl.configuration.php">&Ccedil;alışma Anı Yapılandırması</a></li></ul></li><li><a href="intl.constants.php">&Ouml;ntanımlı Sabitler</a></li><li><a href="intl.examples.php">&Ouml;rnekler</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="intl.examples.basic.php">Bu eklentinin temel kullanımı</a></li></ul></li><li><a href="class.collator.php">Karşılaştırıcı</a> — Collator sınıfı<ul class="chunklist chunklist_book chunklist_children"><li><a href="collator.asort.php">Collator::asort</a> — Diziyi indislerin arasındaki ilişkilere g&ouml;re sıralar</li><li><a href="collator.compare.php">Collator::compare</a> — İki Evrenkodlu dizgeyi karşılaştırır</li><li><a href="collator.construct.php">Collator::__construct</a> — Bir karşılaştırıcı oluşturur</li><li><a href="collator.create.php">Collator::create</a> — Bir karşılaştırıcı oluşturur</li><li><a href="collator.getattribute.php">Collator::getAttribute</a> — Karşılaştırma &ouml;zniteliğinin değerini d&ouml;nd&uuml;r&uuml;r</li><li><a href="collator.geterrorcode.php">Collator::getErrorCode</a> — Karşılaştırıcının son hata kodunu d&ouml;nd&uuml;r&uuml;r</li><li><a href="collator.geterrormessage.php">Collator::getErrorMessage</a> — Karşılaştırıcının son hata iletisini d&ouml;nd&uuml;r&uuml;r</li><li><a href="collator.getlocale.php">Collator::getLocale</a> — Karşılaştırıcının yerel ismini d&ouml;nd&uuml;r&uuml;r</li><li><a href="collator.getsortkey.php">Collator::getSortKey</a> — Get sorting key for a string</li><li><a href="collator.getstrength.php">Collator::getStrength</a> — Ge&ccedil;erli karşılaştırma seviyesini d&ouml;nd&uuml;r&uuml;r</li><li><a href="collator.setattribute.php">Collator::setAttribute</a> — Karşılaştırma &ouml;zniteliği tanımlar</li><li><a href="collator.setstrength.php">Collator::setStrength</a> — Sıralamanın seviyesini ayarlar</li><li><a href="collator.sort.php">Collator::sort</a> — Belirtilen karşılaştırıcıyı kullanarak diziyi sıralar</li><li><a href="collator.sortwithsortkeys.php">Collator::sortWithSortKeys</a> — Bir diziyi belirtilen karşılaştırıcıyı ve sıralama anahtarlarını
  kullanarak sıralar</li></ul></li><li><a href="class.numberformatter.php">Sayı Bi&ccedil;emleyici</a> — NumberFormatter sınıfı<ul class="chunklist chunklist_book chunklist_children"><li><a href="numberformatter.create.php">NumberFormatter::create</a> — Bir sayı bi&ccedil;emleyici oluşturur</li><li><a href="numberformatter.format.php">NumberFormatter::format</a> — Bir sayıyı bi&ccedil;emler</li><li><a href="numberformatter.formatcurrency.php">NumberFormatter::formatCurrency</a> — Bir para değerini bi&ccedil;emler</li><li><a href="numberformatter.getattribute.php">NumberFormatter::getAttribute</a> — Bir sayısal &ouml;znitelikle d&ouml;ner</li><li><a href="numberformatter.geterrorcode.php">NumberFormatter::getErrorCode</a> — Bi&ccedil;emleyicinin son hata numarası ile d&ouml;ner</li><li><a href="numberformatter.geterrormessage.php">NumberFormatter::getErrorMessage</a> — Bi&ccedil;emleyicinin son hata iletisini d&ouml;nd&uuml;r&uuml;r</li><li><a href="numberformatter.getlocale.php">NumberFormatter::getLocale</a> — Bi&ccedil;emleyici yerelin ismi ile d&ouml;ner</li><li><a href="numberformatter.getpattern.php">NumberFormatter::getPattern</a> — Bi&ccedil;emleyici tarafından kullanılan kalıp dizgesi ile d&ouml;ner</li><li><a href="numberformatter.getsymbol.php">NumberFormatter::getSymbol</a> — Simge değeri ile d&ouml;ner</li><li><a href="numberformatter.gettextattribute.php">NumberFormatter::getTextAttribute</a> — Bir metin &ouml;znitelik ile d&ouml;ner</li><li><a href="numberformatter.parse.php">NumberFormatter::parse</a> — Bir sayı dizgesini sayıya d&ouml;n&uuml;şt&uuml;r&uuml;r</li><li><a href="numberformatter.parsecurrency.php">NumberFormatter::parseCurrency</a> — Bir para g&ouml;steriminin sayısal değeri ile d&ouml;ner</li><li><a href="numberformatter.setattribute.php">NumberFormatter::setAttribute</a> — Bir &ouml;znitelik tanımlar</li><li><a href="numberformatter.setpattern.php">NumberFormatter::setPattern</a> — Bi&ccedil;emleyici kalıbı tanımlar</li><li><a href="numberformatter.setsymbol.php">NumberFormatter::setSymbol</a> — Bir simge değeri tanımlar</li><li><a href="numberformatter.settextattribute.php">NumberFormatter::setTextAttribute</a> — Bir metin &ouml;znitelik tanımlar</li></ul></li><li><a href="class.locale.php">Yerel</a> — Locale sınıfı<ul class="chunklist chunklist_book chunklist_children"><li><a href="locale.acceptfromhttp.php">Locale::acceptFromHttp</a> — HTTP &quot;Accept-Language&quot; başlığıyla en iyi eşleşen yereli bulmaya
  &ccedil;alışır</li><li><a href="locale.canonicalize.php">Locale::canonicalize</a> — Canonicalize the locale string</li><li><a href="locale.composelocale.php">Locale::composeLocale</a> — Doğru sıralanmış yerel ile d&ouml;ner</li><li><a href="locale.filtermatches.php">Locale::filterMatches</a> — Bir dil yaftasının bir yerelle eşleşip eşleşmediğine bakar</li><li><a href="locale.getallvariants.php">Locale::getAllVariants</a> — Girdi yerelindeki t&uuml;m leh&ccedil;eleri d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getdefault.php">Locale::getDefault</a> — &Ouml;ntanımlı yerel değerini d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getdisplaylanguage.php">Locale::getDisplayLanguage</a> — Girdi yerelindeki anadil kodunun yerelleştirilmiş ismini
  d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getdisplayname.php">Locale::getDisplayName</a> — Girdi yerelinin yerelleştirilmiş ismini d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getdisplayregion.php">Locale::getDisplayRegion</a> — Girdi yereli i&ccedil;in yerelleştirilmiş &uuml;lke ismini d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getdisplayscript.php">Locale::getDisplayScript</a> — Girdi yereli yazı t&uuml;r&uuml;n&uuml;n yerelleştirilmiş ismini d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getdisplayvariant.php">Locale::getDisplayVariant</a> — Girdi yereli leh&ccedil;esinin yerelleştirilmiş ismini d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getkeywords.php">Locale::getKeywords</a> — Girdi yerelindeki anahtar s&ouml;zc&uuml;kleri d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getprimarylanguage.php">Locale::getPrimaryLanguage</a> — Girdi yerelinden anadil kodunu d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getregion.php">Locale::getRegion</a> — Girdi yerelinden &uuml;lke kodunu d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.getscript.php">Locale::getScript</a> — Girdi yereli i&ccedil;in yazı yaftasını d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.isrighttoleft.php">Locale::isRightToLeft</a> — Check whether a locale uses a right-to-left writing system</li><li><a href="locale.lookup.php">Locale::lookup</a> — En iyi eşleşen dili bulmak i&ccedil;in dil yaftası listesini araştırır</li><li><a href="locale.parselocale.php">Locale::parseLocale</a> — Yerel yaftasını oluşturan alt yaftaları i&ccedil;eren bir dizi d&ouml;nd&uuml;r&uuml;r</li><li><a href="locale.setdefault.php">Locale::setDefault</a> — &Ouml;ntanımlı &ccedil;alışma anı yerelini tanımlar</li></ul></li><li><a href="class.normalizer.php">Normalleştirici</a> — Normalizer sınıfı<ul class="chunklist chunklist_book chunklist_children"><li><a href="normalizer.getrawdecomposition.php">Normalizer::getRawDecomposition</a> — Gets the Decomposition_Mapping property for the given UTF-8 encoded code point</li><li><a href="normalizer.isnormalized.php">Normalizer::isNormalized</a> — Belirtilen dizge normalleştirilmiş mi diye bakar</li><li><a href="normalizer.normalize.php">Normalizer::normalize</a> — Belirtilen girdiyi normalleştirir ve dizge olarak d&ouml;nd&uuml;r&uuml;r</li></ul></li><li><a href="class.messageformatter.php">İleti Bi&ccedil;emleyici</a> — MessageFormatter sınıfı<ul class="chunklist chunklist_book chunklist_children"><li><a href="messageformatter.create.php">MessageFormatter::create</a> — Yeni bir ileti bi&ccedil;emleyici nesne oluşturur</li><li><a href="messageformatter.format.php">MessageFormatter::format</a> — İleti bi&ccedil;emler</li><li><a href="messageformatter.formatmessage.php">MessageFormatter::formatMessage</a> — İletiyi &ccedil;abuk bi&ccedil;emler</li><li><a href="messageformatter.geterrorcode.php">MessageFormatter::getErrorCode</a> — Son işlemin hata kodunu d&ouml;nd&uuml;r&uuml;r</li><li><a href="messageformatter.geterrormessage.php">MessageFormatter::getErrorMessage</a> — Son işlemin hata iletisini d&ouml;nd&uuml;r&uuml;r</li><li><a href="messageformatter.getlocale.php">MessageFormatter::getLocale</a> — Bi&ccedil;emleyicinin oluşturulduğu yereli d&ouml;nd&uuml;r&uuml;r</li><li><a href="messageformatter.getpattern.php">MessageFormatter::getPattern</a> — Bi&ccedil;emleyici tarafından kullanılan kalıbı d&ouml;nd&uuml;r&uuml;r</li><li><a href="messageformatter.parse.php">MessageFormatter::parse</a> — Girdi dizgesini kalıba uygun olarak &ccedil;&ouml;z&uuml;mler</li><li><a href="messageformatter.parsemessage.php">MessageFormatter::parseMessage</a> — Girdi dizgesini hızla &ccedil;&ouml;z&uuml;mler</li><li><a href="messageformatter.setpattern.php">MessageFormatter::setPattern</a> — Bi&ccedil;emleyici tarafından kullanılacak kalıbı tanımlar</li></ul></li><li><a href="class.intlcalendar.php">IntlCalendar</a> — The IntlCalendar class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intlcalendar.add.php">IntlCalendar::add</a> — Add a (signed) amount of time to a field</li><li><a href="intlcalendar.after.php">IntlCalendar::after</a> — Whether this objectʼs time is after that of the passed object</li><li><a href="intlcalendar.before.php">IntlCalendar::before</a> — Whether this objectʼs time is before that of the passed object</li><li><a href="intlcalendar.clear.php">IntlCalendar::clear</a> — Clear a field or all fields</li><li><a href="intlcalendar.construct.php">IntlCalendar::__construct</a> — Private constructor for disallowing instantiation</li><li><a href="intlcalendar.createinstance.php">IntlCalendar::createInstance</a> — Create a new IntlCalendar</li><li><a href="intlcalendar.equals.php">IntlCalendar::equals</a> — Compare time of two IntlCalendar objects for equality</li><li><a href="intlcalendar.fielddifference.php">IntlCalendar::fieldDifference</a> — Calculate difference between given time and this objectʼs time</li><li><a href="intlcalendar.fromdatetime.php">IntlCalendar::fromDateTime</a> — Create an IntlCalendar from a DateTime object or string</li><li><a href="intlcalendar.get.php">IntlCalendar::get</a> — Get the value for a field</li><li><a href="intlcalendar.getactualmaximum.php">IntlCalendar::getActualMaximum</a> — The maximum value for a field, considering the objectʼs current time</li><li><a href="intlcalendar.getactualminimum.php">IntlCalendar::getActualMinimum</a> — The minimum value for a field, considering the objectʼs current time</li><li><a href="intlcalendar.getavailablelocales.php">IntlCalendar::getAvailableLocales</a> — Get array of locales for which there is data</li><li><a href="intlcalendar.getdayofweektype.php">IntlCalendar::getDayOfWeekType</a> — Tell whether a day is a weekday, weekend or a day that has a transition between the two</li><li><a href="intlcalendar.geterrorcode.php">IntlCalendar::getErrorCode</a> — Get last error code on the object</li><li><a href="intlcalendar.geterrormessage.php">IntlCalendar::getErrorMessage</a> — Get last error message on the object</li><li><a href="intlcalendar.getfirstdayofweek.php">IntlCalendar::getFirstDayOfWeek</a> — Get the first day of the week for the calendarʼs locale</li><li><a href="intlcalendar.getgreatestminimum.php">IntlCalendar::getGreatestMinimum</a> — Get the largest local minimum value for a field</li><li><a href="intlcalendar.getkeywordvaluesforlocale.php">IntlCalendar::getKeywordValuesForLocale</a> — Get set of locale keyword values</li><li><a href="intlcalendar.getleastmaximum.php">IntlCalendar::getLeastMaximum</a> — Get the smallest local maximum for a field</li><li><a href="intlcalendar.getlocale.php">IntlCalendar::getLocale</a> — Get the locale associated with the object</li><li><a href="intlcalendar.getmaximum.php">IntlCalendar::getMaximum</a> — Get the global maximum value for a field</li><li><a href="intlcalendar.getminimaldaysinfirstweek.php">IntlCalendar::getMinimalDaysInFirstWeek</a> — Get minimal number of days the first week in a year or month can have</li><li><a href="intlcalendar.getminimum.php">IntlCalendar::getMinimum</a> — Get the global minimum value for a field</li><li><a href="intlcalendar.getnow.php">IntlCalendar::getNow</a> — Get number representing the current time</li><li><a href="intlcalendar.getrepeatedwalltimeoption.php">IntlCalendar::getRepeatedWallTimeOption</a> — Get behavior for handling repeating wall time</li><li><a href="intlcalendar.getskippedwalltimeoption.php">IntlCalendar::getSkippedWallTimeOption</a> — Get behavior for handling skipped wall time</li><li><a href="intlcalendar.gettime.php">IntlCalendar::getTime</a> — Get time currently represented by the object</li><li><a href="intlcalendar.gettimezone.php">IntlCalendar::getTimeZone</a> — Get the objectʼs timezone</li><li><a href="intlcalendar.gettype.php">IntlCalendar::getType</a> — Get the calendar type</li><li><a href="intlcalendar.getweekendtransition.php">IntlCalendar::getWeekendTransition</a> — Get time of the day at which weekend begins or ends</li><li><a href="intlcalendar.indaylighttime.php">IntlCalendar::inDaylightTime</a> — Whether the objectʼs time is in Daylight Savings Time</li><li><a href="intlcalendar.isequivalentto.php">IntlCalendar::isEquivalentTo</a> — Whether another calendar is equal but for a different time</li><li><a href="intlcalendar.islenient.php">IntlCalendar::isLenient</a> — Whether date/time interpretation is in lenient mode</li><li><a href="intlcalendar.isset.php">IntlCalendar::isSet</a> — Whether a field is set</li><li><a href="intlcalendar.isweekend.php">IntlCalendar::isWeekend</a> — Whether a certain date/time is in the weekend</li><li><a href="intlcalendar.roll.php">IntlCalendar::roll</a> — Add value to field without carrying into more significant fields</li><li><a href="intlcalendar.set.php">IntlCalendar::set</a> — Set a time field or several common fields at once</li><li><a href="intlcalendar.setdate.php">IntlCalendar::setDate</a> — Set a date fields</li><li><a href="intlcalendar.setdatetime.php">IntlCalendar::setDateTime</a> — Set a date and time fields</li><li><a href="intlcalendar.setfirstdayofweek.php">IntlCalendar::setFirstDayOfWeek</a> — Set the day on which the week is deemed to start</li><li><a href="intlcalendar.setlenient.php">IntlCalendar::setLenient</a> — Set whether date/time interpretation is to be lenient</li><li><a href="intlcalendar.setminimaldaysinfirstweek.php">IntlCalendar::setMinimalDaysInFirstWeek</a> — Set minimal number of days the first week in a year or month can have</li><li><a href="intlcalendar.setrepeatedwalltimeoption.php">IntlCalendar::setRepeatedWallTimeOption</a> — Set behavior for handling repeating wall times at negative timezone offset transitions</li><li><a href="intlcalendar.setskippedwalltimeoption.php">IntlCalendar::setSkippedWallTimeOption</a> — Set behavior for handling skipped wall times at positive timezone offset transitions</li><li><a href="intlcalendar.settime.php">IntlCalendar::setTime</a> — Set the calendar time in milliseconds since the epoch</li><li><a href="intlcalendar.settimezone.php">IntlCalendar::setTimeZone</a> — Set the timezone used by this calendar</li><li><a href="intlcalendar.todatetime.php">IntlCalendar::toDateTime</a> — Convert an IntlCalendar into a DateTime object</li></ul></li><li><a href="class.intlgregoriancalendar.php">IntlGregorianCalendar</a> — The IntlGregorianCalendar class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intlgregoriancalendar.construct.php">IntlGregorianCalendar::__construct</a> — Create the Gregorian Calendar class</li><li><a href="intlgregoriancalendar.createfromdate.php">IntlGregorianCalendar::createFromDate</a> — Create a new IntlGregorianCalendar instance from date</li><li><a href="intlgregoriancalendar.createfromdatetime.php">IntlGregorianCalendar::createFromDateTime</a> — Create a new IntlGregorianCalendar instance from date and time</li><li><a href="intlgregoriancalendar.getgregorianchange.php">IntlGregorianCalendar::getGregorianChange</a> — Get the Gregorian Calendar change date</li><li><a href="intlgregoriancalendar.isleapyear.php">IntlGregorianCalendar::isLeapYear</a> — Determine if the given year is a leap year</li><li><a href="intlgregoriancalendar.setgregorianchange.php">IntlGregorianCalendar::setGregorianChange</a> — Set the Gregorian Calendar the change date</li></ul></li><li><a href="class.intltimezone.php">IntlTimeZone</a> — The IntlTimeZone class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intltimezone.construct.php">IntlTimeZone::__construct</a> — Private constructor to disallow direct instantiation</li><li><a href="intltimezone.countequivalentids.php">IntlTimeZone::countEquivalentIDs</a> — Get the number of IDs in the equivalency group that includes the given ID</li><li><a href="intltimezone.createdefault.php">IntlTimeZone::createDefault</a> — Create a new copy of the default timezone for this host</li><li><a href="intltimezone.createenumeration.php">IntlTimeZone::createEnumeration</a> — Get an enumeration over time zone IDs associated with the
  given country or offset</li><li><a href="intltimezone.createtimezone.php">IntlTimeZone::createTimeZone</a> — Create a timezone object for the given ID</li><li><a href="intltimezone.createtimezoneidenumeration.php">IntlTimeZone::createTimeZoneIDEnumeration</a> — Get an enumeration over system time zone IDs with the given filter conditions</li><li><a href="intltimezone.fromdatetimezone.php">IntlTimeZone::fromDateTimeZone</a> — Create a timezone object from DateTimeZone</li><li><a href="intltimezone.getcanonicalid.php">IntlTimeZone::getCanonicalID</a> — Get the canonical system timezone ID or the normalized custom time zone ID for the given time zone ID</li><li><a href="intltimezone.getdisplayname.php">IntlTimeZone::getDisplayName</a> — Get a name of this time zone suitable for presentation to the user</li><li><a href="intltimezone.getdstsavings.php">IntlTimeZone::getDSTSavings</a> — Get the amount of time to be added to local standard time to get local wall clock time</li><li><a href="intltimezone.getequivalentid.php">IntlTimeZone::getEquivalentID</a> — Get an ID in the equivalency group that includes the given ID</li><li><a href="intltimezone.geterrorcode.php">IntlTimeZone::getErrorCode</a> — Get last error code on the object</li><li><a href="intltimezone.geterrormessage.php">IntlTimeZone::getErrorMessage</a> — Get last error message on the object</li><li><a href="intltimezone.getgmt.php">IntlTimeZone::getGMT</a> — Create GMT (UTC) timezone</li><li><a href="intltimezone.getid.php">IntlTimeZone::getID</a> — Get timezone ID</li><li><a href="intltimezone.getidforwindowsid.php">IntlTimeZone::getIDForWindowsID</a> — Translate a Windows timezone into a system timezone</li><li><a href="intltimezone.getoffset.php">IntlTimeZone::getOffset</a> — Get the time zone raw and GMT offset for the given moment in time</li><li><a href="intltimezone.getrawoffset.php">IntlTimeZone::getRawOffset</a> — Get the raw GMT offset (before taking daylight savings time into account</li><li><a href="intltimezone.getregion.php">IntlTimeZone::getRegion</a> — Get the region code associated with the given system time zone ID</li><li><a href="intltimezone.gettzdataversion.php">IntlTimeZone::getTZDataVersion</a> — Get the timezone data version currently used by ICU</li><li><a href="intltimezone.getunknown.php">IntlTimeZone::getUnknown</a> — Get the &quot;unknown&quot; time zone</li><li><a href="intltimezone.getwindowsid.php">IntlTimeZone::getWindowsID</a> — Translate a system timezone into a Windows timezone</li><li><a href="intltimezone.hassamerules.php">IntlTimeZone::hasSameRules</a> — Check if this zone has the same rules and offset as another zone</li><li><a href="intltimezone.todatetimezone.php">IntlTimeZone::toDateTimeZone</a> — Convert to DateTimeZone object</li><li><a href="intltimezone.usedaylighttime.php">IntlTimeZone::useDaylightTime</a> — Check if this time zone uses daylight savings time</li></ul></li><li><a href="class.intldateformatter.php">Tarih Bi&ccedil;emleyici</a> — IntlDateFormatter sınıfı<ul class="chunklist chunklist_book chunklist_children"><li><a href="intldateformatter.create.php">IntlDateFormatter::create</a> — Bir tarih bi&ccedil;emleyici oluşturur</li><li><a href="intldateformatter.format.php">IntlDateFormatter::format</a> — Tarih/saat değerini bir dizge olarak bi&ccedil;emler</li><li><a href="intldateformatter.formatobject.php">IntlDateFormatter::formatObject</a> — Formats an object</li><li><a href="intldateformatter.getcalendar.php">IntlDateFormatter::getCalendar</a> — IntlDateFormatter tarafından kullanılan takvim t&uuml;r&uuml;n&uuml; d&ouml;nd&uuml;r&uuml;r</li><li><a href="intldateformatter.getdatetype.php">IntlDateFormatter::getDateType</a> — IntlDateFormatter tarafından kullanılan tarih g&ouml;sterim t&uuml;r&uuml;n&uuml;
  d&ouml;nd&uuml;r&uuml;r</li><li><a href="intldateformatter.geterrorcode.php">IntlDateFormatter::getErrorCode</a> — Son işlemin hata kodunu d&ouml;nd&uuml;r&uuml;r</li><li><a href="intldateformatter.geterrormessage.php">IntlDateFormatter::getErrorMessage</a> — Son işlemin hata iletisini d&ouml;nd&uuml;r&uuml;r</li><li><a href="intldateformatter.getlocale.php">IntlDateFormatter::getLocale</a> — Bi&ccedil;emleyicinin kullandığı yereli d&ouml;nd&uuml;r&uuml;r</li><li><a href="intldateformatter.getpattern.php">IntlDateFormatter::getPattern</a> — IntlDateFormatter tarafından kullanılan kalıbı d&ouml;nd&uuml;r&uuml;r</li><li><a href="intldateformatter.gettimetype.php">IntlDateFormatter::getTimeType</a> — IntlDateFormatter tarafından kullanılan zaman g&ouml;sterim t&uuml;r&uuml;n&uuml;
  d&ouml;nd&uuml;r&uuml;r</li><li><a href="intldateformatter.gettimezoneid.php">IntlDateFormatter::getTimeZoneId</a> — IntlDateFormatter tarafından kullanılan zaman dilimi tantıcısını d&ouml;nd&uuml;r&uuml;r</li><li><a href="intldateformatter.getcalendarobject.php">IntlDateFormatter::getCalendarObject</a> — Get copy of formatterʼs calendar object</li><li><a href="intldateformatter.gettimezone.php">IntlDateFormatter::getTimeZone</a> — Get formatterʼs timezone</li><li><a href="intldateformatter.islenient.php">IntlDateFormatter::isLenient</a> — IntlDateFormatter esnek &ccedil;&ouml;z&uuml;mleme mi yapıyor diye bakar</li><li><a href="intldateformatter.localtime.php">IntlDateFormatter::localtime</a> — Tarih dizgesini alanlarına &ccedil;&ouml;z&uuml;mler</li><li><a href="intldateformatter.parse.php">IntlDateFormatter::parse</a> — Dizgeyi bir zaman damgası değerine d&ouml;n&uuml;şt&uuml;r&uuml;r</li><li><a href="intldateformatter.setcalendar.php">IntlDateFormatter::setCalendar</a> — Kullanılacak takvimi tanımlar</li><li><a href="intldateformatter.setlenient.php">IntlDateFormatter::setLenient</a> — &Ccedil;&ouml;z&uuml;mleyiciye esneklik verir</li><li><a href="intldateformatter.setpattern.php">IntlDateFormatter::setPattern</a> — IntlDateFormatter tarafından kullanılan kalıbı tanımlar</li><li><a href="intldateformatter.settimezone.php">IntlDateFormatter::setTimeZone</a> — Sets formatterʼs timezone</li></ul></li><li><a href="class.resourcebundle.php">ResourceBundle</a> — The ResourceBundle class<ul class="chunklist chunklist_book chunklist_children"><li><a href="resourcebundle.count.php">ResourceBundle::count</a> — Get number of elements in the bundle</li><li><a href="resourcebundle.create.php">ResourceBundle::create</a> — Create a resource bundle</li><li><a href="resourcebundle.get.php">ResourceBundle::get</a> — Get data from the bundle</li><li><a href="resourcebundle.geterrorcode.php">ResourceBundle::getErrorCode</a> — Get bundle's last error code</li><li><a href="resourcebundle.geterrormessage.php">ResourceBundle::getErrorMessage</a> — Get bundle's last error message</li><li><a href="resourcebundle.locales.php">ResourceBundle::getLocales</a> — Get supported locales</li></ul></li><li><a href="class.spoofchecker.php">Spoofchecker</a> — The Spoofchecker class<ul class="chunklist chunklist_book chunklist_children"><li><a href="spoofchecker.areconfusable.php">Spoofchecker::areConfusable</a> — Checks if given strings can be confused</li><li><a href="spoofchecker.construct.php">Spoofchecker::__construct</a> — Constructor</li><li><a href="spoofchecker.issuspicious.php">Spoofchecker::isSuspicious</a> — Checks if a given text contains any suspicious characters</li><li><a href="spoofchecker.setallowedlocales.php">Spoofchecker::setAllowedLocales</a> — Locales to use when running checks</li><li><a href="spoofchecker.setchecks.php">Spoofchecker::setChecks</a> — Set the checks to run</li><li><a href="spoofchecker.setrestrictionlevel.php">Spoofchecker::setRestrictionLevel</a> — Set the restriction level</li></ul></li><li><a href="class.transliterator.php">Transliterator</a> — The Transliterator class<ul class="chunklist chunklist_book chunklist_children"><li><a href="transliterator.construct.php">Transliterator::__construct</a> — Private constructor to deny instantiation</li><li><a href="transliterator.create.php">Transliterator::create</a> — Create a transliterator</li><li><a href="transliterator.createfromrules.php">Transliterator::createFromRules</a> — Create transliterator from rules</li><li><a href="transliterator.createinverse.php">Transliterator::createInverse</a> — Create an inverse transliterator</li><li><a href="transliterator.geterrorcode.php">Transliterator::getErrorCode</a> — Get last error code</li><li><a href="transliterator.geterrormessage.php">Transliterator::getErrorMessage</a> — Get last error message</li><li><a href="transliterator.listids.php">Transliterator::listIDs</a> — Get transliterator IDs</li><li><a href="transliterator.transliterate.php">Transliterator::transliterate</a> — Transliterate a string</li></ul></li><li><a href="class.intlbreakiterator.php">IntlBreakIterator</a> — The IntlBreakIterator class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intlbreakiterator.construct.php">IntlBreakIterator::__construct</a> — Private constructor for disallowing instantiation</li><li><a href="intlbreakiterator.createcharacterinstance.php">IntlBreakIterator::createCharacterInstance</a> — Create break iterator for boundaries of combining character sequences</li><li><a href="intlbreakiterator.createcodepointinstance.php">IntlBreakIterator::createCodePointInstance</a> — Create break iterator for boundaries of code points</li><li><a href="intlbreakiterator.createlineinstance.php">IntlBreakIterator::createLineInstance</a> — Create break iterator for logically possible line breaks</li><li><a href="intlbreakiterator.createsentenceinstance.php">IntlBreakIterator::createSentenceInstance</a> — Create break iterator for sentence breaks</li><li><a href="intlbreakiterator.createtitleinstance.php">IntlBreakIterator::createTitleInstance</a> — Create break iterator for title-casing breaks</li><li><a href="intlbreakiterator.createwordinstance.php">IntlBreakIterator::createWordInstance</a> — Create break iterator for word breaks</li><li><a href="intlbreakiterator.current.php">IntlBreakIterator::current</a> — Get index of current position</li><li><a href="intlbreakiterator.first.php">IntlBreakIterator::first</a> — Set position to the first character in the text</li><li><a href="intlbreakiterator.following.php">IntlBreakIterator::following</a> — Advance the iterator to the first boundary following specified offset</li><li><a href="intlbreakiterator.geterrorcode.php">IntlBreakIterator::getErrorCode</a> — Get last error code on the object</li><li><a href="intlbreakiterator.geterrormessage.php">IntlBreakIterator::getErrorMessage</a> — Get last error message on the object</li><li><a href="intlbreakiterator.getlocale.php">IntlBreakIterator::getLocale</a> — Get the locale associated with the object</li><li><a href="intlbreakiterator.getpartsiterator.php">IntlBreakIterator::getPartsIterator</a> — Create iterator for navigating fragments between boundaries</li><li><a href="intlbreakiterator.gettext.php">IntlBreakIterator::getText</a> — Get the text being scanned</li><li><a href="intlbreakiterator.isboundary.php">IntlBreakIterator::isBoundary</a> — Tell whether an offset is a boundaryʼs offset</li><li><a href="intlbreakiterator.last.php">IntlBreakIterator::last</a> — Set the iterator position to index beyond the last character</li><li><a href="intlbreakiterator.next.php">IntlBreakIterator::next</a> — Advance the iterator the next boundary</li><li><a href="intlbreakiterator.preceding.php">IntlBreakIterator::preceding</a> — Set the iterator position to the first boundary before an offset</li><li><a href="intlbreakiterator.previous.php">IntlBreakIterator::previous</a> — Set the iterator position to the boundary immediately before the current</li><li><a href="intlbreakiterator.settext.php">IntlBreakIterator::setText</a> — Set the text being scanned</li></ul></li><li><a href="class.intlrulebasedbreakiterator.php">IntlRuleBasedBreakIterator</a> — The IntlRuleBasedBreakIterator class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intlrulebasedbreakiterator.construct.php">IntlRuleBasedBreakIterator::__construct</a> — Create iterator from ruleset</li><li><a href="intlrulebasedbreakiterator.getbinaryrules.php">IntlRuleBasedBreakIterator::getBinaryRules</a> — Get the binary form of compiled rules</li><li><a href="intlrulebasedbreakiterator.getrules.php">IntlRuleBasedBreakIterator::getRules</a> — Get the rule set used to create this object</li><li><a href="intlrulebasedbreakiterator.getrulestatus.php">IntlRuleBasedBreakIterator::getRuleStatus</a> — Get the largest status value from the break rules that determined the current break position</li><li><a href="intlrulebasedbreakiterator.getrulestatusvec.php">IntlRuleBasedBreakIterator::getRuleStatusVec</a> — Get the status values from the break rules that determined the current break position</li></ul></li><li><a href="class.intlcodepointbreakiterator.php">IntlCodePointBreakIterator</a> — The IntlCodePointBreakIterator class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intlcodepointbreakiterator.getlastcodepoint.php">IntlCodePointBreakIterator::getLastCodePoint</a> — Get last code point passed over after advancing or receding the iterator</li></ul></li><li><a href="class.intldatepatterngenerator.php">IntlDatePatternGenerator</a> — The IntlDatePatternGenerator class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intldatepatterngenerator.create.php">IntlDatePatternGenerator::create</a> — Creates a new IntlDatePatternGenerator instance</li><li><a href="intldatepatterngenerator.getbestpattern.php">IntlDatePatternGenerator::getBestPattern</a> — Determines the most suitable date/time format</li></ul></li><li><a href="class.intlpartsiterator.php">IntlPartsIterator</a> — The IntlPartsIterator class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intlpartsiterator.getbreakiterator.php">IntlPartsIterator::getBreakIterator</a> — Get IntlBreakIterator backing this parts iterator</li></ul></li><li><a href="class.uconverter.php">UConverter</a> — The UConverter class<ul class="chunklist chunklist_book chunklist_children"><li><a href="uconverter.construct.php">UConverter::__construct</a> — Create UConverter object</li><li><a href="uconverter.convert.php">UConverter::convert</a> — Convert string from one charset to another</li><li><a href="uconverter.fromucallback.php">UConverter::fromUCallback</a> — Default &quot;from&quot; callback function</li><li><a href="uconverter.getaliases.php">UConverter::getAliases</a> — Get the aliases of the given name</li><li><a href="uconverter.getavailable.php">UConverter::getAvailable</a> — Get the available canonical converter names</li><li><a href="uconverter.getdestinationencoding.php">UConverter::getDestinationEncoding</a> — Get the destination encoding</li><li><a href="uconverter.getdestinationtype.php">UConverter::getDestinationType</a> — Get the destination converter type</li><li><a href="uconverter.geterrorcode.php">UConverter::getErrorCode</a> — Get last error code on the object</li><li><a href="uconverter.geterrormessage.php">UConverter::getErrorMessage</a> — Get last error message on the object</li><li><a href="uconverter.getsourceencoding.php">UConverter::getSourceEncoding</a> — Get the source encoding</li><li><a href="uconverter.getsourcetype.php">UConverter::getSourceType</a> — Get the source converter type</li><li><a href="uconverter.getstandards.php">UConverter::getStandards</a> — Get standards associated to converter names</li><li><a href="uconverter.getsubstchars.php">UConverter::getSubstChars</a> — Get substitution chars</li><li><a href="uconverter.reasontext.php">UConverter::reasonText</a> — Get string representation of the callback reason</li><li><a href="uconverter.setdestinationencoding.php">UConverter::setDestinationEncoding</a> — Set the destination encoding</li><li><a href="uconverter.setsourceencoding.php">UConverter::setSourceEncoding</a> — Set the source encoding</li><li><a href="uconverter.setsubstchars.php">UConverter::setSubstChars</a> — Set the substitution chars</li><li><a href="uconverter.toucallback.php">UConverter::toUCallback</a> — Default &quot;to&quot; callback function</li><li><a href="uconverter.transcode.php">UConverter::transcode</a> — Convert a string from one character encoding to another</li></ul></li><li><a href="ref.intl.grapheme.php">Grapheme (Sesletim K&uuml;meleri) İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.grapheme-extract.php">grapheme_extract</a> — UTF-8 kodlanmış bir metin tamponundan &ouml;ntanımlı sesletim
  k&uuml;melerinden oluşan bir dizilimi d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.grapheme-str-split.php">grapheme_str_split</a> — Split a string into an array</li><li><a href="function.grapheme-stripos.php">grapheme_stripos</a> — Harf b&uuml;y&uuml;kl&uuml;ğ&uuml;ne duyarsız olarak bir dizgede ilk sesletim
  biriminin yerini bulur</li><li><a href="function.grapheme-stristr.php">grapheme_stristr</a> — Harf b&uuml;y&uuml;kl&uuml;ğ&uuml;ne duyarsız olarak bir dizgedeki ilk sesletim
  birimine g&ouml;re ilk veya ikinci par&ccedil;a ile d&ouml;ner</li><li><a href="function.grapheme-strlen.php">grapheme_strlen</a> — Dizgenin sesletim birimi cinsinden uzunluğunu d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.grapheme-strpos.php">grapheme_strpos</a> — Bir dizgede ilk sesletim biriminin yerini bulur</li><li><a href="function.grapheme-strripos.php">grapheme_strripos</a> — Harf b&uuml;y&uuml;kl&uuml;ğ&uuml;ne duyarsız olarak bir dizgedeki sonuncu sesletim
  biriminin yerini bulur</li><li><a href="function.grapheme-strrpos.php">grapheme_strrpos</a> — Bir dizgedeki sonuncu sesletim biriminin yerini bulur</li><li><a href="function.grapheme-strstr.php">grapheme_strstr</a> — Bir dizgedeki ilk sesletim birimine g&ouml;re ilk veya ikinci par&ccedil;a
  ile d&ouml;ner</li><li><a href="function.grapheme-substr.php">grapheme_substr</a> — Bir alt dizge d&ouml;nd&uuml;r&uuml;r</li></ul></li><li><a href="ref.intl.idn.php">IDN İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.idn-to-ascii.php">idn_to_ascii</a> — Alan adını IDNA ASCII bi&ccedil;imine d&ouml;n&uuml;şt&uuml;r&uuml;r</li><li><a href="function.idn-to-utf8.php">idn_to_utf8</a> — Alan adı kodlamasını IDNA ASCII'den UTF-8'e d&ouml;n&uuml;şt&uuml;r&uuml;r</li></ul></li><li><a href="class.intlchar.php">IntlChar</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="intlchar.charage.php">IntlChar::charAge</a> — Get the &quot;age&quot; of the code point</li><li><a href="intlchar.chardigitvalue.php">IntlChar::charDigitValue</a> — Get the decimal digit value of a decimal digit character</li><li><a href="intlchar.chardirection.php">IntlChar::charDirection</a> — Get bidirectional category value for a code point</li><li><a href="intlchar.charfromname.php">IntlChar::charFromName</a> — Find Unicode character by name and return its code point value</li><li><a href="intlchar.charmirror.php">IntlChar::charMirror</a> — Get the &quot;mirror-image&quot; character for a code point</li><li><a href="intlchar.charname.php">IntlChar::charName</a> — Retrieve the name of a Unicode character</li><li><a href="intlchar.chartype.php">IntlChar::charType</a> — Get the general category value for a code point</li><li><a href="intlchar.chr.php">IntlChar::chr</a> — Return Unicode character by code point value</li><li><a href="intlchar.digit.php">IntlChar::digit</a> — Get the decimal digit value of a code point for a given radix</li><li><a href="intlchar.enumcharnames.php">IntlChar::enumCharNames</a> — Enumerate all assigned Unicode characters within a range</li><li><a href="intlchar.enumchartypes.php">IntlChar::enumCharTypes</a> — Enumerate all code points with their Unicode general categories</li><li><a href="intlchar.foldcase.php">IntlChar::foldCase</a> — Perform case folding on a code point</li><li><a href="intlchar.fordigit.php">IntlChar::forDigit</a> — Get character representation for a given digit and radix</li><li><a href="intlchar.getbidipairedbracket.php">IntlChar::getBidiPairedBracket</a> — Get the paired bracket character for a code point</li><li><a href="intlchar.getblockcode.php">IntlChar::getBlockCode</a> — Get the Unicode allocation block containing a code point</li><li><a href="intlchar.getcombiningclass.php">IntlChar::getCombiningClass</a> — Get the combining class of a code point</li><li><a href="intlchar.getfc-nfkc-closure.php">IntlChar::getFC_NFKC_Closure</a> — Get the FC_NFKC_Closure property for a code point</li><li><a href="intlchar.getintpropertymaxvalue.php">IntlChar::getIntPropertyMaxValue</a> — Get the max value for a Unicode property</li><li><a href="intlchar.getintpropertyminvalue.php">IntlChar::getIntPropertyMinValue</a> — Get the min value for a Unicode property</li><li><a href="intlchar.getintpropertyvalue.php">IntlChar::getIntPropertyValue</a> — Get the value for a Unicode property for a code point</li><li><a href="intlchar.getnumericvalue.php">IntlChar::getNumericValue</a> — Get the numeric value for a Unicode code point</li><li><a href="intlchar.getpropertyenum.php">IntlChar::getPropertyEnum</a> — Get the property constant value for a given property name</li><li><a href="intlchar.getpropertyname.php">IntlChar::getPropertyName</a> — Get the Unicode name for a property</li><li><a href="intlchar.getpropertyvalueenum.php">IntlChar::getPropertyValueEnum</a> — Get the property value for a given value name</li><li><a href="intlchar.getpropertyvaluename.php">IntlChar::getPropertyValueName</a> — Get the Unicode name for a property value</li><li><a href="intlchar.getunicodeversion.php">IntlChar::getUnicodeVersion</a> — Get the Unicode version</li><li><a href="intlchar.hasbinaryproperty.php">IntlChar::hasBinaryProperty</a> — Check a binary Unicode property for a code point</li><li><a href="intlchar.isalnum.php">IntlChar::isalnum</a> — Check if code point is an alphanumeric character</li><li><a href="intlchar.isalpha.php">IntlChar::isalpha</a> — Check if code point is a letter character</li><li><a href="intlchar.isbase.php">IntlChar::isbase</a> — Check if code point is a base character</li><li><a href="intlchar.isblank.php">IntlChar::isblank</a> — Check if code point is a &quot;blank&quot; or &quot;horizontal space&quot; character</li><li><a href="intlchar.iscntrl.php">IntlChar::iscntrl</a> — Check if code point is a control character</li><li><a href="intlchar.isdefined.php">IntlChar::isdefined</a> — Check whether the code point is defined</li><li><a href="intlchar.isdigit.php">IntlChar::isdigit</a> — Check if code point is a digit character</li><li><a href="intlchar.isgraph.php">IntlChar::isgraph</a> — Check if code point is a graphic character</li><li><a href="intlchar.isidignorable.php">IntlChar::isIDIgnorable</a> — Check if code point is an ignorable character</li><li><a href="intlchar.isidpart.php">IntlChar::isIDPart</a> — Check if code point is permissible in an identifier</li><li><a href="intlchar.isidstart.php">IntlChar::isIDStart</a> — Check if code point is permissible as the first character in an identifier</li><li><a href="intlchar.isisocontrol.php">IntlChar::isISOControl</a> — Check if code point is an ISO control code</li><li><a href="intlchar.isjavaidpart.php">IntlChar::isJavaIDPart</a> — Check if code point is permissible in a Java identifier</li><li><a href="intlchar.isjavaidstart.php">IntlChar::isJavaIDStart</a> — Check if code point is permissible as the first character in a Java identifier</li><li><a href="intlchar.isjavaspacechar.php">IntlChar::isJavaSpaceChar</a> — Check if code point is a space character according to Java</li><li><a href="intlchar.islower.php">IntlChar::islower</a> — Check if code point is a lowercase letter</li><li><a href="intlchar.ismirrored.php">IntlChar::isMirrored</a> — Check if code point has the Bidi_Mirrored property</li><li><a href="intlchar.isprint.php">IntlChar::isprint</a> — Check if code point is a printable character</li><li><a href="intlchar.ispunct.php">IntlChar::ispunct</a> — Check if code point is punctuation character</li><li><a href="intlchar.isspace.php">IntlChar::isspace</a> — Check if code point is a space character</li><li><a href="intlchar.istitle.php">IntlChar::istitle</a> — Check if code point is a titlecase letter</li><li><a href="intlchar.isualphabetic.php">IntlChar::isUAlphabetic</a> — Check if code point has the Alphabetic Unicode property</li><li><a href="intlchar.isulowercase.php">IntlChar::isULowercase</a> — Check if code point has the Lowercase Unicode property</li><li><a href="intlchar.isupper.php">IntlChar::isupper</a> — Check if code point has the general category &quot;Lu&quot; (uppercase letter)</li><li><a href="intlchar.isuuppercase.php">IntlChar::isUUppercase</a> — Check if code point has the Uppercase Unicode property</li><li><a href="intlchar.isuwhitespace.php">IntlChar::isUWhiteSpace</a> — Check if code point has the White_Space Unicode property</li><li><a href="intlchar.iswhitespace.php">IntlChar::isWhitespace</a> — Check if code point is a whitespace character according to ICU</li><li><a href="intlchar.isxdigit.php">IntlChar::isxdigit</a> — Check if code point is a hexadecimal digit</li><li><a href="intlchar.ord.php">IntlChar::ord</a> — Return Unicode code point value of character</li><li><a href="intlchar.tolower.php">IntlChar::tolower</a> — Make Unicode character lowercase</li><li><a href="intlchar.totitle.php">IntlChar::totitle</a> — Make Unicode character titlecase</li><li><a href="intlchar.toupper.php">IntlChar::toupper</a> — Make Unicode character uppercase</li></ul></li><li><a href="class.intlexception.php">IntlException</a> — Exception class for intl errors</li><li><a href="class.intliterator.php">IntlIterator</a> — The IntlIterator class<ul class="chunklist chunklist_book chunklist_children"><li><a href="intliterator.current.php">IntlIterator::current</a> — Get the current element</li><li><a href="intliterator.key.php">IntlIterator::key</a> — Get the current key</li><li><a href="intliterator.next.php">IntlIterator::next</a> — Move forward to the next element</li><li><a href="intliterator.rewind.php">IntlIterator::rewind</a> — Rewind the iterator to the first element</li><li><a href="intliterator.valid.php">IntlIterator::valid</a> — Check if current position is valid</li></ul></li><li><a href="ref.intl.php">intl İşlevleri</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.intl-error-name.php">intl_error_name</a> — Belirtilen hata kodunun simgesel ismini d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.intl-get-error-code.php">intl_get_error_code</a> — Son hatanın kodunu d&ouml;nd&uuml;r&uuml;r</li><li><a href="function.intl-get-error-message.php">intl_get_error_message</a> — Son hatayı a&ccedil;ıklayan bir dizge ile d&ouml;ner</li><li><a href="function.intl-is-failure.php">intl_is_failure</a> — Belirtilen hata kodunun bir başarısızlık g&ouml;stergesi olup
  olmadığına bakar</li></ul></li></ul></div><?php manual_footer($setup); ?>