├── reference ├── intl │ ├── incfieldparam.xml │ ├── idn.xml │ ├── reference.xml │ └── grapheme.xml ├── info │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ ├── ini-alter.xml │ │ └── get-required-files.xml ├── misc │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ ├── die.xml │ │ └── show-source.xml ├── exif │ └── reference.xml ├── lzf │ ├── reference.xml │ └── setup.xml ├── mail │ ├── reference.xml │ └── book.xml ├── errorfunc │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ └── user-error.xml ├── password │ └── reference.xml ├── bc │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── dio │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── outcontrol │ ├── setup.xml │ └── reference.xml ├── stream │ ├── reference.xml │ ├── functions │ │ └── stream-register-wrapper.xml │ └── filters.xml ├── tcpwrap │ ├── reference.xml │ ├── setup.xml │ └── configure.xml ├── apache │ ├── reference.xml │ ├── book.xml │ └── setup.xml ├── network │ ├── reference.xml │ ├── functions │ │ ├── dns-get-mx.xml │ │ ├── dns-check-record.xml │ │ ├── socket-get-status.xml │ │ ├── socket-set-timeout.xml │ │ └── socket-set-blocking.xml │ └── book.xml ├── fileinfo │ └── reference.xml ├── classobj │ └── reference.xml ├── ctype │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── simplexml │ ├── reference.xml │ └── configure.xml ├── image │ └── reference.xml ├── tokenizer │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── win32service │ └── reference.xml ├── funchand │ ├── reference.xml │ └── book.xml ├── posix │ ├── configure.xml │ ├── reference.xml │ └── functions │ │ └── posix-errno.xml ├── hash │ └── reference.xml ├── ssh2 │ ├── reference.xml │ └── installation.xml ├── tidy │ ├── reference.xml │ └── configure.xml ├── yaz │ └── reference.xml ├── curl │ └── reference.xml ├── ftp │ ├── reference.xml │ ├── configure.xml │ └── functions │ │ └── ftp-quit.xml ├── libxml │ └── reference.xml ├── pcre │ ├── reference.xml │ ├── pattern.xml │ └── setup.xml ├── uodbc │ ├── reference.xml │ └── functions │ │ └── odbc-do.xml ├── url │ ├── reference.xml │ └── book.xml ├── xattr │ ├── reference.xml │ ├── configure.xml │ └── book.xml ├── xdiff │ ├── reference.xml │ └── configure.xml ├── bzip2 │ ├── reference.xml │ └── configure.xml ├── json │ └── reference.xml ├── mcrypt │ ├── reference.xml │ └── configure.xml ├── mhash │ ├── reference.xml │ └── setup.xml ├── recode │ ├── reference.xml │ └── functions │ │ └── recode.xml ├── wddx │ └── reference.xml ├── calendar │ ├── setup.xml │ ├── reference.xml │ └── configure.xml ├── reflection │ └── configure.xml ├── xml │ └── reference.xml ├── xmlrpc │ ├── reference.xml │ ├── configure.xml │ └── functions │ │ └── xmlrpc-server-create.xml ├── zlib │ ├── reference.xml │ ├── configure.xml │ └── functions │ │ └── gzputs.xml ├── gettext │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── openssl │ ├── reference.xml │ └── functions │ │ ├── openssl-get-publickey.xml │ │ └── openssl-get-privatekey.xml ├── session │ ├── reference.xml │ └── functions │ │ └── session-commit.xml ├── sockets │ ├── reference.xml │ └── configure.xml ├── var │ ├── reference.xml │ ├── setup.xml │ └── functions │ │ ├── doubleval.xml │ │ ├── is-long.xml │ │ ├── is-double.xml │ │ ├── is-integer.xml │ │ └── is-real.xml ├── datetime │ ├── reference.xml │ ├── setup.xml │ ├── functions │ │ ├── date-add.xml │ │ ├── date-format.xml │ │ ├── date-modify.xml │ │ ├── timezone-open.xml │ │ ├── date-date-set.xml │ │ ├── date-time-set.xml │ │ ├── date-offset-get.xml │ │ ├── date-isodate-set.xml │ │ ├── date-timezone-get.xml │ │ ├── date-timezone-set.xml │ │ ├── timezone-name-get.xml │ │ ├── date-diff.xml │ │ ├── timezone-offset-get.xml │ │ ├── timezone-identifiers-list.xml │ │ ├── timezone-transitions-get.xml │ │ ├── date-timestamp-get.xml │ │ ├── date-timestamp-set.xml │ │ ├── date-get-last-errors.xml │ │ ├── date-interval-format.xml │ │ ├── timezone-abbreviations-list.xml │ │ └── timezone-location-get.xml │ └── configure.xml ├── pdo │ └── setup.xml ├── mbstring │ └── setup.xml ├── pcntl │ ├── reference.xml │ └── functions │ │ └── pcntl-errno.xml ├── xsl │ └── configure.xml ├── iconv │ └── reference.xml ├── strings │ ├── setup.xml │ └── functions │ │ ├── join.xml │ │ └── strchr.xml ├── exec │ └── setup.xml ├── filesystem │ ├── functions │ │ ├── fputs.xml │ │ ├── diskfreespace.xml │ │ └── set-file-buffer.xml │ └── setup.xml ├── zip │ └── reference.xml ├── dir │ ├── book.xml │ └── reference.xml ├── imap │ └── functions │ │ ├── imap-listmailbox.xml │ │ ├── imap-scan.xml │ │ ├── imap-scanmailbox.xml │ │ ├── imap-fetchtext.xml │ │ ├── imap-listsubscribed.xml │ │ ├── imap-create.xml │ │ ├── imap-rename.xml │ │ └── imap-header.xml ├── array │ ├── reference.xml │ └── functions │ │ ├── pos.xml │ │ ├── sizeof.xml │ │ └── key-exists.xml ├── sqlite3 │ └── examples.xml └── dom │ └── setup.xml ├── appendices ├── reserved.constants.standard.xml └── ini.xml ├── install ├── macos │ ├── compile.xml │ └── index.xml ├── cloud │ ├── index.xml │ └── ec2.xml └── windows │ └── building.xml ├── security └── sessions.xml ├── features └── sessions.xml ├── .github └── workflows │ └── integrate.yaml └── language └── types ├── mixed.xml └── void.xml /reference/intl/incfieldparam.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IntlCalendar tarih/zaman allan sabitlerinden biri. 6 | Bu tamsayı değerler 0 ile 7 | IntlCalendar::FIELD_COUNT arasındadır. 8 | 9 | -------------------------------------------------------------------------------- /reference/info/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | &reference.info.ini; 7 | 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/misc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | &reference.misc.ini; 7 | 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/exif/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Exif &Functions; 6 | 7 | &reference.exif.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/lzf/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | LZF &Functions; 6 | 7 | &reference.lzf.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/mail/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Eposta &Functions; 6 | 7 | &reference.mail.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/errorfunc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | &reference.errorfunc.ini; 7 | 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/password/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Parola Aşlama İşlevleri 5 | 6 | &reference.password.entities.functions; 7 | 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/bc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | BC Math &Functions; 7 | 8 | &reference.bc.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/dio/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Doğrudan G/Ç &Functions; 6 | 7 | &reference.dio.entities.functions; 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/misc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Çeşitli İşlevler 6 | 7 | &reference.misc.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/outcontrol/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | &reference.outcontrol.ini; 7 | 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/stream/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Akım &Functions; 6 | 7 | &reference.stream.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/tcpwrap/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | TCP İşlevleri 6 | 7 | &reference.tcpwrap.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/apache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Apache &Functions; 6 | 7 | &reference.apache.entities.functions; 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/network/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Ağ &Functions; 6 | 7 | &reference.network.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/fileinfo/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Fileinfo &Functions; 6 | 7 | &reference.fileinfo.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/intl/idn.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IDN &Functions; 5 | &reference.intl.entities.idn; 6 | 7 | 8 | 28 | -------------------------------------------------------------------------------- /reference/info/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PHP Seçenek/Bilgi &Functions; 6 | 7 | &reference.info.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/classobj/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Sınıf ve Nesne &Functions; 6 | 7 | &reference.classobj.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/ctype/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Karakter Türü Sınama &Functions; 6 | 7 | &reference.ctype.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/simplexml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Basit XML &Functions; 6 | 7 | &reference.simplexml.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/image/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | GD ve Görüntü &Functions; 5 | 6 | &reference.image.entities.functions; 7 | 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/tokenizer/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Simgeleştirici &Functions; 6 | 7 | &reference.tokenizer.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/win32service/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | win32service &Functions; 6 | 7 | &reference.win32service.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/funchand/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | İşlevlerle İlgili İşlevler 6 | 7 | &reference.funchand.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/posix/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | &installation.enabled.disable; 7 | 8 | 9 |
10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/hash/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Hash &Functions; 6 | 7 | &reference.hash.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/lzf/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.lzf.configure; 8 | 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/ssh2/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | SSH2 &Functions; 6 | 7 | &reference.ssh2.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/tidy/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Tidy &Functions; 6 | 7 | &reference.tidy.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/yaz/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | YAZ &Functions; 6 | 7 | &reference.yaz.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/curl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | cURL &Functions; 6 | 7 | &reference.curl.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/ftp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | FTP &Functions; 6 | 7 | &reference.ftp.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/libxml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | libxml &Functions; 6 | 7 | &reference.libxml.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/pcre/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | PCRE &Functions; 6 | 7 | &reference.pcre.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/uodbc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ODBC &Functions; 6 | 7 | &reference.uodbc.entities.functions; 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/url/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | URL &Functions; 6 | 7 | &reference.url.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/xattr/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | xattr İşlevleri 6 | 7 | &reference.xattr.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/xdiff/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | xdiff İşlevleri 6 | 7 | &reference.xdiff.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/bzip2/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Bzip2 &Functions; 6 | 7 | &reference.bzip2.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/intl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | intl &Functions; 6 | &reference.intl.entities.functions; 7 | 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/json/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | JSON &Functions; 6 | 7 | &reference.json.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/mcrypt/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Mcrypt &Functions; 6 | 7 | &reference.mcrypt.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/mhash/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Mhash &Functions; 6 | 7 | &reference.mhash.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/recode/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Recode &Functions; 6 | 7 | &reference.recode.entities.functions; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/simplexml/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | &installation.enabled.disable; 7 | 8 | 9 |
10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/wddx/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | WDDX &Functions; 6 | 7 | &reference.wddx.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/calendar/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.calendar.configure; 8 | 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/intl/grapheme.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Grapheme (Sesletim Kümeleri) &Functions; 5 | &reference.intl.entities.grapheme; 6 | 7 | 8 | 28 | -------------------------------------------------------------------------------- /reference/reflection/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | 7 | Bu eklenti öntanımlı olarak etkindir. 8 | 9 | 10 |
11 | 12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/tcpwrap/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.tcpwrap.configure; 8 | 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/xml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | XML Çözümleyici &Functions; 6 | 7 | &reference.xml.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/xmlrpc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | XML-RPC &Functions; 6 | 7 | &reference.xmlrpc.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/zlib/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Zlib &Functions; 7 | 8 | &reference.zlib.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/ctype/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | &installation.enabled.disable; 7 | . 8 | 9 | &windows.builtin; 10 |
11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/gettext/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Gettext &Functions; 6 | 7 | &reference.gettext.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/openssl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | OpenSSL &Functions; 6 | 7 | &reference.openssl.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/session/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Oturum &Functions; 6 | 7 | &reference.session.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/sockets/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Soket &Functions; 6 | 7 | &reference.sockets.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/calendar/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Takvim &Functions; 7 | 8 | &reference.calendar.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/pcre/pattern.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | PCRE Şablonları 7 | 8 | &reference.pcre.pattern.syntax; 9 | &reference.pcre.pattern.modifiers; 10 | &reference.pcre.pattern.differences; 11 | 12 | 13 | 14 | 34 | 35 | -------------------------------------------------------------------------------- /reference/var/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Değişkenlerle ilgili işlevler 7 | 8 | &reference.var.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /appendices/reserved.constants.standard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Standart Öntanımlı Sabitler 6 | 7 | Temel eklentilerdeki tüm 8 | sabitler PHP'de öntanımlı olarak tanımlıdır. 9 | 10 | 11 | 12 | 29 | -------------------------------------------------------------------------------- /reference/datetime/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Tarih ve Zaman &Functions; 6 | 7 | &reference.datetime.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /appendices/ini.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &php.ini; Yönergeleri 7 | 8 | &appendices.ini.list; 9 | &appendices.ini.sections; 10 | &appendices.ini.core; 11 | 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/tokenizer/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | 7 | seçeneği ile desteği iptal edilebilir. 8 | 9 | &windows.builtin; 10 |
11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/bc/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Bu işlevler, PHP ile 8 | yapılandırıldı ise erişilebilirdir. 9 | 10 | &windows.builtin; 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/bc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.bc.configure; 8 | 9 | 10 | 11 | &reference.bc.ini; 12 | 13 | 14 | 15 | 16 | 36 | 37 | -------------------------------------------------------------------------------- /reference/calendar/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | İşlevlerin çalışabilmesi için, PHP'yi seçeneği ile derlemelisiniz. 9 | 10 | &windows.builtin; 11 |
12 | 32 | -------------------------------------------------------------------------------- /reference/ctype/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 |
7 | &reftitle.required; 8 | 9 | Standart C kütüphanesindeki işlevlerden başka bir şeye ihtiyaç yoktur. 10 | 11 |
12 | 13 | &reference.ctype.configure; 14 | 15 |
16 | 17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /reference/pdo/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.pdo.configure; 8 | 9 | 10 | 11 | &reference.pdo.ini; 12 | 13 | 14 | 15 | 16 | 36 | 37 | -------------------------------------------------------------------------------- /install/macos/compile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | macOS üzerine PHP kurulumu 5 | 6 | macOS üzerine PHP kurmak için Unix kurulum 7 | rehberini kullanın. 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /install/cloud/index.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Bulut Bilişim Platformlarına Kurulum 5 | 6 | PHP buluta kurulur. PHP bulutuna! 7 | 8 | &install.cloud.azure; 9 | &install.cloud.ec2; 10 | &install.cloud.digitalocean; 11 | 12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/tidy/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | Bu eklenti PHP paketinde gelmekte olup yapılandırma seçeneği kullanılarak 8 | kurulabilir. 9 | 10 |
11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/datetime/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.datetime.configure; 8 | 9 | 10 | 11 | &reference.datetime.ini; 12 | 13 | 14 | 15 | 16 | 36 | 37 | -------------------------------------------------------------------------------- /reference/mbstring/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.mbstring.configure; 8 | 9 | 10 | 11 | &reference.mbstring.ini; 12 | 13 | 14 | 15 | 16 | 17 | 37 | 38 | -------------------------------------------------------------------------------- /reference/tcpwrap/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | PECL 9 | 10 | 11 | &pecl.windows.download; 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/pcntl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Süreç Denetim &Functions; 6 | 7 | 8 | &reftitle.seealso; 9 | 10 | 11 | 12 | &reference.pcntl.entities.functions; 13 | 14 | 15 | 16 | 36 | 37 | -------------------------------------------------------------------------------- /reference/xattr/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | &url.pecl.package;xattr 9 | 10 | 11 | &pecl.windows.download; 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/xdiff/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | &url.pecl.package;xdiff 9 | 10 | 11 | &pecl.windows.download; 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/errorfunc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Hata İşleme &Functions; 6 | 7 | &reftitle.seealso; 8 | 9 | Ayrıca bakınız: syslog. 10 | 11 | 12 | 13 | &reference.errorfunc.entities.functions; 14 | 15 | 16 | 17 | 37 | 38 | -------------------------------------------------------------------------------- /reference/ssh2/installation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | &url.pecl.package;ssh2. 9 | 10 | 11 | &pecl.windows.download.avail; 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/zlib/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Zlib desteği PHP'de öntanımlı olarak etkin değildir. Etkin olması için PHP'yi 8 | seçeneği ile 9 | derlemelisiniz. 10 | 11 | &windows.builtin; 12 |
13 | 14 | 34 | 35 | -------------------------------------------------------------------------------- /reference/mcrypt/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
6 | &reftitle.install; 7 | 8 | PHP 7.2.0&pecl.moved-ver; 9 | 10 | 11 | &pecl.info; 12 | &url.pecl.package;mcrypt. 13 | 14 |
15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/pcre/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 11 | &reference.pcre.configure; 12 | 13 | &reference.pcre.ini; 14 | 20 | 21 | 22 | 42 | 43 | -------------------------------------------------------------------------------- /reference/url/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | URL'ler 6 | 7 | 8 | &reftitle.intro; 9 | 10 | URL dizgeleri ile çalışma: kodlama, kod açma ve çözümleme. 11 | 12 | 13 | 14 | &reference.url.constants; 15 | &reference.url.reference; 16 | 17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /install/cloud/ec2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Amazon EC2 5 | 6 | PHP EC2 bulut platformuna 7 | kurulabilmektedir. 8 | 9 | 10 | Ayrıca bkz: PHP için AWS SDK. 11 | 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/xmlrpc/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | PHP'de XML-RPC desteği öntanımlı olarak etkin değildir. XML-RPC desteğini 8 | etkin kılmak için PHP'yi derlerken yapılandırma seçeneğini kullanmalısınız. 10 | 11 |
12 | 13 | 33 | 34 | -------------------------------------------------------------------------------- /reference/dio/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.moved; 8 | 9 | 10 | &pecl.info; 11 | &url.pecl.package;dio. 12 | 13 | 14 | &pecl.windows.download; 15 | 16 |
17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/sockets/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Soket işlevleri PHP'nin bir parçası olarak derleme sırasında 8 | configure betiğine seçeneğini belirterek 10 | etkinleştirilebilir. 11 | 12 | 13 |
14 | 15 | 35 | 36 | -------------------------------------------------------------------------------- /reference/outcontrol/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Çıktı Denetim &Functions; 6 | 7 | 8 | &reftitle.seealso; 9 | 10 | header ve 11 | setcookie. 12 | 13 | 14 | 15 | &reference.outcontrol.entities.functions; 16 | 17 | 18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /reference/xsl/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | PHP XSL eklentisini öntanımlı olarak içerir ve derleme sırasında seçeneği ile destek etkin 8 | kılınabilir (Buradaki DiZiN libxslt kütüphanesinin kurulu 9 | olduğu dizindir). 10 | 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/iconv/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | iconv &Functions; 6 | 7 | 8 | &reftitle.seealso; 9 | 10 | GNU Recode işlevleri. 11 | 12 | 13 | 14 | &reference.iconv.entities.functions; 15 | 16 | 17 | 37 | 38 | -------------------------------------------------------------------------------- /reference/posix/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | POSIX &Functions; 6 | 7 | 8 | &reftitle.seealso; 9 | 10 | Ayrıca bakınız: Süreç Denetim İşlevleri 12 | 13 | 14 | 15 | &reference.posix.entities.functions; 16 | 17 | 18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /security/sessions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Oturum Güvenliği 5 | 6 | 7 | HTTP oturum yönetiminin güvenliğini sağlamak önemlidir. Oturum ile ilgili 8 | güvenlik Oturum bölümünde 9 | Oturum Güvenliği başlığı altında 10 | açıklanmıştır. 11 | 12 | 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/ftp/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | PHP yapılandırmanızla FTP işlevlerini kullanabilmek için PHP'yi seçeneğiyle derlemelisiniz. 8 | 9 | 10 | Bu eklenti Windows'a daima paylaşımlı bir eklenti 11 | olarak kurulduğundan &php.ini; içinde etkinleştirilmelidir. 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/gettext/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | GNU gettext desteği için PHP paketini derlerken yapılandırma seçeneğini 9 | kullanmalısınız. Burada DiZiN, gettext'in kurulu olduğu dizin olup 10 | /usr/local öntanımlıdır. 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/bzip2/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | PHP'de Bzip2 desteği öntanımlı olarak etkin değildir. 9 | PHP'yi derlerken bzip2 desteğini etkin kılmak için yapılandırma seçeneğini 11 | kullanmanız gerekir. 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/strings/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 |
7 | &reftitle.install; 8 | &no.install; 9 | 10 | PHP 8.1.0 itibariyle, crypt işlevi 11 | yapılandırma 12 | seçeneğinde sistemin crypt kütüphanesi belirtilerek de derlenebilmektedir. 13 | 14 |
15 | 16 |
17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /reference/misc/functions/die.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | die 7 | exit işlevinin eşdeğeri 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bir dil oluşumu olup exit işlevine eşdeğerdir. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/var/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 16 | &reference.var.ini; 17 | 23 | 24 | 25 | 45 | 46 | -------------------------------------------------------------------------------- /reference/exec/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 |
8 | &reftitle.resources; 9 | 10 | Bu eklenti, proc_open işlevi tarafından döndürülen ve 11 | süreç özkaynağı adı verilen bir özkaynak tanımlar. 12 | 13 |
14 | 15 | 16 |
17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /reference/var/functions/doubleval.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | doubleval 6 | floatval işlevinin takma ismidir 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | Bu işlev, floatval işlevinin takma ismidir. 13 | 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/var/functions/is-long.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | is_long 7 | is_int işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev is_int işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/zlib/functions/gzputs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | gzputs 7 | gzwrite işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev gzwrite işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/errorfunc/functions/user-error.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | user_error 6 | trigger_error işlevinin takma adıdır 7 | 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, trigger_error işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/filesystem/functions/fputs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | fputs 7 | fwrite işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev fwrite işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/funchand/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | İşlevlerle İlgili İşlemler 6 | Funchand 7 | 8 | 9 | &reftitle.intro; 10 | 11 | Bütün bu işlevler, işlevlerle çalışırken gereken çeşitli işlemleri yaparlar. 12 | 13 | 14 | 15 | &reference.funchand.reference; 16 | 17 | 18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /reference/strings/functions/join.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | join 7 | implode işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev implode işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/uodbc/functions/odbc-do.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | odbc_do 7 | odbc_exec işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, odbc_exec işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/info/functions/ini-alter.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ini_alter 7 | ini_set işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, ini_set işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/strings/functions/strchr.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | strchr 7 | strstr işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev strstr işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/var/functions/is-double.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | is_double 7 | is_float işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev is_float işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/var/functions/is-integer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | is_integer 7 | is_int işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev is_int işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /install/macos/index.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | macOS üzerine Kurulum 5 | 6 | PHP, macOS ile 10 ve 11 sürümlerinde birlikte geldi, ancak macOS 12'den 7 | (Monterey) sonraki sürümlerde yer almıyor. Son sürümlerde kurulum, üçüncü 8 | taraf kaynaklardan paketler kullanmayı veya kaynaktan derlemeyi gerektirir. 9 | 10 | &install.macos.packages; 11 | &install.macos.compile; 12 | &install.macos.bundled; 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/zip/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Zip &Functions; 6 | 7 | 8 | 9 | Yordamsal API kullanımı PHP 8.0.0 itibariyle önerilmemektedir. 10 | Yerine ZipArchive kullanılmalıdır. 11 | 12 | 13 | 14 | 15 | &reference.zip.entities.functions; 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/ftp/functions/ftp-quit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ftp_quit 7 | ftp_close işlevinin takma adıdır 8 | 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev, ftp_close işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/posix/functions/posix-errno.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | posix_errno 6 | posix_get_last_error işlevinin takma adıdır 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; 13 | posix_get_last_error. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /features/sessions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Oturumlar 6 | 7 | 8 | PHP'de oturum desteği belirli bir veriyi birbirini izleyen erişimler 9 | arasında korumak üzere bulunur. Bu size daha özelleştirilmiş uygulamalar 10 | yapma ve sitenizin cazibesini artırma imkanı verir. Bu konuyla ilgili bütün 11 | bilgi Oturum kılavuzu bölümündedir. 12 | 13 | 14 | 15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-add.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_add 7 | DateTime::add işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::add işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/network/functions/dns-get-mx.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | dns_get_mx 7 | getmxrr işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev getmxrr işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /reference/var/functions/is-real.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | is_real 6 | is_float işlevinin takma adıdır 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | Bu işlev is_float işlevinin takma adıdır. 13 | 14 | &warn.deprecated.alias-7-4-0.removed-8-0-0; 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/datetime/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | &no.install; 7 | 8 | 9 | Güncel zaman dilimi veritabanının yüklenmesi 10 | 11 | Zaman dilimi veritabanın güncel sürümü, PECL'nin 12 | zaman dilimi 13 | veritabanı olarak yüklenebilir. 14 | 15 | 16 | 17 |
18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /reference/dir/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dizinler 6 | Dir 7 | 8 | 16 | 17 | &reference.dir.constants; 18 | &reference.dir.directory; 19 | &reference.dir.reference; 20 | 21 | 22 | 23 | 43 | 44 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-listmailbox.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | imap_listmailbox 7 | imap_list işlevinin takma adıdır 8 | 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev, imap_list işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-format.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_format 7 | DateTime::format işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::format işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-modify.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_modify 7 | DateTime::modify işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::modify işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-scan.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | imap_scan 6 | imap_listscan işlevinin takma adıdır 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; 13 | imap_listscan. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-scanmailbox.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | imap_scanmailbox 7 | imap_listscan işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, imap_listscan işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/misc/functions/show-source.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | show_source 7 | highlight_file işlevinin takma adıdır 8 | 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev highlight_file işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/apache/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Apache 6 | 7 | 8 | 9 | &reftitle.intro; 10 | 11 | Bu işlevler sadece PHP bir Apache modülü olarak çalışırken kullanılabilir. 12 | 13 | 14 | 15 | 16 | &reference.apache.setup; 17 | &reference.apache.reference; 18 | 19 | 20 | 21 | 41 | 42 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-open.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_open 7 | DateTimeZone::__construct için takma ad 8 | 9 | 10 | &reftitle.description; 11 | 12 | Bu işlev DateTimeZone::__construct için bir takma addır. 13 | 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-fetchtext.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | imap_fetchtext 6 | imap_body işlevinin takma adıdır 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; 13 | imap_body. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-listsubscribed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | imap_listsubscribed 7 | imap_lsub işlevinin takma adıdır 8 | 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev, imap_lsub işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/network/functions/dns-check-record.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | dns_check_record 7 | checkdnsrr işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev checkdnsrr işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-date-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_date_set 7 | DateTime::setDate işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::setDate işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-time-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_time_set 7 | DateTime::setTime işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::setTime işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/filesystem/functions/diskfreespace.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | diskfreespace 7 | disk_free_space işlevinin takma adıdır 8 | 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev disk_free_space işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/network/functions/socket-get-status.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | socket_get_status 7 | &Alias; stream_get_meta_data 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, stream_get_meta_data 14 | işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/network/functions/socket-set-timeout.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | socket_set_timeout 7 | &Alias; stream_set_timeout 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, stream_set_timeout 14 | işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/session/functions/session-commit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | session_commit 7 | session_write_close işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev session_write_close işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /.github/workflows/integrate.yaml: -------------------------------------------------------------------------------- 1 | # https://docs.github.com/en/actions 2 | 3 | name: "Integrate" 4 | 5 | on: 6 | pull_request: null 7 | push: 8 | branches: 9 | - "master" 10 | 11 | jobs: 12 | build: 13 | name: "Build" 14 | 15 | runs-on: "ubuntu-latest" 16 | 17 | strategy: 18 | matrix: 19 | language: 20 | - "tr" 21 | 22 | steps: 23 | - name: "Checkout php/doc-${{ matrix.language }}" 24 | uses: "actions/checkout@v5" 25 | with: 26 | path: "${{ matrix.language }}" 27 | repository: "php/doc-${{ matrix.language }}" 28 | 29 | - name: "Checkout php/doc-en as fallback" 30 | if: "matrix.language != 'en'" 31 | uses: "actions/checkout@v5" 32 | with: 33 | path: "en" 34 | repository: "php/doc-en" 35 | 36 | - name: "Checkout php/doc-base" 37 | uses: "actions/checkout@v5" 38 | with: 39 | path: "doc-base" 40 | repository: "php/doc-base" 41 | 42 | - name: "Build documentation for ${{ matrix.language }}" 43 | run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=${{ matrix.language }}" 44 | -------------------------------------------------------------------------------- /reference/array/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dizi &Functions; 6 | 7 | &reftitle.seealso; 8 | 9 | Ayrıca bakınız: is_array, 10 | explode, implode, 11 | preg_split ve unset. 12 | 13 | 14 | 15 | &reference.array.entities.functions; 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-create.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | imap_create 6 | imap_createmailbox işlevinin takma adıdır 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; 13 | imap_createmailbox. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/network/functions/socket-set-blocking.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | socket_set_blocking 7 | &Alias; stream_set_blocking 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, stream_set_blocking 14 | işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-offset-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_offset_get 7 | DateTime::getOffset işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::getOffset işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/filesystem/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.filesystem.ini; 8 | 9 | 10 | 11 |
12 | &reftitle.resources; 13 | 14 | Dosya sistemi özkaynak olarak akımları 15 | kullanır. 16 | 17 |
18 | 19 | 20 |
21 | 22 | 42 | 43 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-rename.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | imap_rename 6 | imap_renamemailbox işlevinin takma adıdır 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; 13 | imap_renamemailbox. 14 | 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/mail/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Eposta 6 | Mail 7 | 8 | 9 | 10 | &reftitle.intro; 11 | 12 | mail işlevi eposta göndermeyi mümkün kılar. 13 | 14 | 15 | 16 | 17 | &reference.mail.setup; 18 | &reference.mail.reference; 19 | 20 | 21 | 22 | 42 | 43 | -------------------------------------------------------------------------------- /reference/pcntl/functions/pcntl-errno.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | pcntl_errno 6 | pcntl_get_last_error işlevinin takma adıdır 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; 13 | pcntl_get_last_error 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /install/windows/building.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Kaynaktan derleme 5 | 6 | Bu bölümde, Microsoft araçları kullanılarak Windews üzerinde PHP'nin nasıl 7 | derleneceği anlatılmaktadır. PHP'yi cygwin ile derlemek için bkz: 8 | . 9 | 10 | 11 | Wiki belgeleri için bkz: &url.wiki.windows.build.howto; 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/array/functions/pos.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | pos 8 | current işlevinin takma adıdır 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev current işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-isodate-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_isodate_set 7 | DateTime::setISODate işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::setISODate işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/dio/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 | &reference.dio.configure; 8 | 9 | 10 | 11 |
12 | &reftitle.resources; 13 | 14 | Bu eklenti tarafından tanımlanan tek özkaynak türü, 15 | dio_open işlevinden dönen dosya tanıtıcıdır. 16 | 17 |
18 | 19 | 20 |
21 | 22 | 42 | 43 | -------------------------------------------------------------------------------- /reference/info/functions/get-required-files.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | get_required_files 7 | get_included_files işlevinin takma adıdır 8 | 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev get_included_files işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/array/functions/sizeof.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | sizeof 8 | count işlevinin takma adıdır 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev count işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-timezone-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_timezone_get 7 | DateTime::getTimezone işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::getTimezone işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-timezone-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_timezone_set 7 | DateTime::setTimezone işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::setTimezone işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-name-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_name_get 7 | DateTimeZone::getName işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTimeZone::getName işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/openssl/functions/openssl-get-publickey.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | openssl_get_publickey 6 | openssl_pkey_get_public işlevinin takma 7 | adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, openssl_pkey_get_public işlevinin takma 14 | adıdır. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/apache/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 |
8 | &reftitle.install; 9 | 10 | Apache üzerine PHP kurulumu için 11 | Yapılandırma 12 | ve Kurulum bölümüne bakınız. 13 | 14 |
15 | 16 | 17 | 18 | &reference.apache.ini; 19 | 20 | 21 |
22 | 23 | 43 | 44 | -------------------------------------------------------------------------------- /reference/array/functions/key-exists.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | key_exists 7 | array_key_exists işlevini takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | array_key_exists. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-diff.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_diff 7 | DateTime::diff işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::diff işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/sqlite3/examples.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.examples; 6 | 7 | Burada bir açıklama olacak... 8 | 9 | 10 | SQLite3 Örneği 11 | 12 | 18 | ]]> 19 | 20 | &example.outputs.similar; 21 | 22 | 25 | 26 | 27 | 28 | 29 | 49 | 50 | -------------------------------------------------------------------------------- /reference/stream/functions/stream-register-wrapper.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | stream_register_wrapper 7 | stream_wrapper_register işlevinin takma 8 | adıdır 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev stream_wrapper_register işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-offset-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_offset_get 7 | DateTimeZone::getOffset işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTimeZone::getOffset işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/filesystem/functions/set-file-buffer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | set_file_buffer 7 | stream_set_write_buffer işlevinin takma 8 | adıdır 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev, stream_set_write_buffer işlevinin 15 | takma adıdır. 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/dir/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Dizin &Functions; 6 | 7 | 8 | &reftitle.seealso; 9 | 10 | dirname, is_dir, 11 | mkdir ve rmdir gibi dosya 12 | sistemiyle ilgili işlevler için Dosya 13 | Sistemi bölümüne bakınız. 14 | 15 | 16 | 17 | &reference.dir.entities.functions; 18 | 19 | 20 | 21 | 41 | 42 | -------------------------------------------------------------------------------- /reference/xattr/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | xattr 6 | 7 | 8 | 9 | &reftitle.intro; 10 | 11 | Xattr eklentisi bir dosya sisteminin ek özniteliklerinde değişiklik 12 | yapmaya yarar. 13 | 14 | 15 | 16 | 17 | &reference.xattr.setup; 18 | &reference.xattr.constants; 19 | &reference.xattr.reference; 20 | 21 | 22 | 23 | 43 | 44 | -------------------------------------------------------------------------------- /language/types/mixed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | mixed 5 | 6 | 7 | mixed (karışık) her değeri kabul eden bir türdür. 8 | object|resource|array|string|float|int|bool|null 9 | türlerinin birleşimi olarak 10 | union 11 | türüne eşdeğerdir. PHP 8.0.0 ve sonrasında kullanılabilir. 12 | 13 | 14 | 15 | mixed tür teorisi tabiriyle en üst türdür. 16 | Yani bütün türler alt türü olabilir. 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-header.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | imap_header 6 | imap_headerinfo işlevinin takma adıdır 7 | 8 | 9 | 10 | 11 | &warn.removed.alias-8-0-0; 12 | 13 | 14 | 15 | &reftitle.description; 16 | 17 | Bu işlev, imap_headerinfo işlevinin takma adıdır. 18 | 19 | 20 | 21 | 22 | 42 | -------------------------------------------------------------------------------- /reference/recode/functions/recode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | recode 8 | recode_string işlevinin takma adıdır 9 | 10 | 11 | 12 | 13 | &reftitle.description; 14 | 15 | Bu işlev, recode_string işlevinin takma adıdır. 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/openssl/functions/openssl-get-privatekey.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | openssl_get_privatekey 7 | openssl_pkey_get_private işlevinin takma 8 | adıdır 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | Bu işlev, openssl_pkey_get_private işlevinin takma 15 | adıdır. 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/mhash/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 |
8 | &reftitle.required; 9 | 10 | Mhash kullanmak için Mhash sitesinden 11 | kaynak paketini indirip içindeki talimatlara uygun olarak kurun. 12 | 13 |
14 | 15 | 16 | 17 | &reference.mhash.configure; 18 | 19 | 20 |
21 | 22 | 42 | 43 | -------------------------------------------------------------------------------- /reference/tokenizer/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 11 | &reference.tokenizer.configure; 12 | 23 | 24 | 25 | 45 | 46 | -------------------------------------------------------------------------------- /language/types/void.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | void 5 | 6 | 7 | void işlevin değer döndürmeden sonlanabildiğini belirten bir 8 | bildirim türüdür. Bir değerin türü olmadığından 9 | union 10 | (birleşik) türün parçası olamaz. PHP 7.1.0 ve sonrasında kullanılabilir. 11 | 12 | 13 | 14 | 15 | void dönüş türü bildirimli bir işlev yine de değer döndürür 16 | ancak bu değer daima &null; olur. 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-identifiers-list.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_identifiers_list 7 | DateTimeZone::listIdentifiers işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTimeZone::listIdentifiers işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-transitions-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_transitions_get 7 | DateTimeZone::getTransitions işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTimeZone::getTransitions 14 | işlevinin takma adıdır. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/dom/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 |
8 | &reftitle.required; 9 | &libxml.required; 10 |
11 | 12 | 13 | 14 |
15 | &reftitle.install; 16 | 17 | &installation.enabled.disable; 18 | 19 | 20 |
21 | 22 | 23 |
24 | 25 | 45 | 46 | -------------------------------------------------------------------------------- /reference/network/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Network 8 | 9 | 10 | 11 | &reftitle.intro; 12 | 13 | Ağlarla ilgili çeşitli işlevler sağlar. 14 | 15 | 16 | 17 | 18 | &reference.network.setup; 19 | &reference.network.constants; 20 | &reference.network.reference; 21 | 22 | 23 | 24 | 44 | 45 | -------------------------------------------------------------------------------- /reference/xmlrpc/functions/xmlrpc-server-create.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | xmlrpc_server_create 7 | Bir xmlrpc sunucusu oluşturur 8 | 9 | 10 | &reftitle.description; 11 | 12 | resourcexmlrpc_server_create 13 | 14 | 15 | &warn.experimental.func; 16 | &warn.undocumented.func; 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-timestamp-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_timestamp_get 7 | DateTime::getTimestamp işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::getTimestamp işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-timestamp-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_timestamp_set 7 | DateTime::setTimestamp işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTime::setTimestamp işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-get-last-errors.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | date_get_last_errors 6 | DateTimeImmutable::getLastErrors işlevinin takma adıdır 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | Bu işlev, DateTimeImmutable::getLastErrors işlevinin takma adıdır. 13 | 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-interval-format.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_interval_format 7 | DateInterval::format işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateInterval::format işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-abbreviations-list.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_abbreviations_list 7 | DateTimeZone::listAbbreviations işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTimeZone::listAbbreviations işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/gettext/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | 7 |
8 | &reftitle.required; 9 | 10 | Bu işlevleri kullanabilmek için 11 | &url.gettext; adresinden GNU gettext 12 | paketini indirip kurmanız gerekir. 13 | 14 |
15 | 16 | 17 | 18 | &reference.gettext.configure; 19 | 20 | 21 |
22 | 23 | 43 | 44 | -------------------------------------------------------------------------------- /reference/stream/filters.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Akım Süzgeçleri 6 | 7 | Bir süzgeç, bir akımdan veri okurken veya veri yazarken 8 | veri üzerinde son işlemleri uygulayan bir kod parçasıdır. Bir akıma birden 9 | fazla süzgeç uygulanabilir. Bir PHP betiğinde özel süzgeçler 10 | stream_filter_register işleviyle 11 | bir eklenti olarak tanımlanabilir. Kullanılabilir süzgeçlerin tam listesini 12 | stream_get_filters işleviyle alabilirsiniz. 13 | 14 | 15 | 16 | 36 | 37 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-location-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_location_get 7 | DateTimeZone::getLocation işlevinin takma adıdır 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Bu işlev, DateTimeZone::getLocation işlevinin takma adıdır. 14 | 15 | 16 | 17 | 18 | 19 | 39 | --------------------------------------------------------------------------------