├── .gitattributes ├── .editorconfig ├── reference ├── intl │ ├── incfieldparam.xml │ ├── idn.xml │ ├── reference.xml │ └── grapheme.xml ├── filter │ ├── setup.xml │ └── reference.xml ├── pcre │ ├── setup.xml │ ├── pattern.xml │ └── reference.xml ├── misc │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ ├── die.xml │ │ └── show-source.xml ├── opcache │ ├── setup.xml │ └── reference.xml ├── mqseries │ ├── reference.xml │ └── ini.xml ├── mysqli │ ├── reference.xml │ └── functions │ │ └── mysqli-connect.xml ├── exif │ └── reference.xml ├── info │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ ├── ini-alter.xml │ │ └── get-required-files.xml ├── errorfunc │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ └── user-error.xml ├── fpm │ ├── reference.xml │ └── setup.xml ├── lzf │ └── reference.xml ├── mail │ ├── reference.xml │ └── book.xml ├── bc │ ├── reference.xml │ └── configure.xml ├── dio │ ├── reference.xml │ └── configure.xml ├── ctype │ ├── reference.xml │ └── setup.xml ├── dba │ ├── constants.xml │ └── reference.xml ├── ibm_db2 │ └── reference.xml ├── math │ └── reference.xml ├── apache │ └── reference.xml ├── dbase │ ├── constants.xml │ └── configure.xml ├── fileinfo │ └── reference.xml ├── inotify │ └── reference.xml ├── ev │ ├── reference.xml │ └── configure.xml ├── network │ ├── reference.xml │ └── functions │ │ ├── dns-get-mx.xml │ │ ├── dns-check-record.xml │ │ ├── socket-get-status.xml │ │ └── socket-set-timeout.xml ├── password │ └── reference.xml ├── classobj │ └── reference.xml ├── funchand │ ├── reference.xml │ └── book.xml ├── eio │ ├── reference.xml │ └── configure.xml ├── fdf │ └── reference.xml ├── lua │ ├── reference.xml │ └── configure.xml ├── fann │ ├── reference.xml │ └── configure.xml ├── ftp │ ├── reference.xml │ ├── configure.xml │ └── functions │ │ └── ftp-quit.xml ├── geoip │ └── reference.xml ├── hash │ └── reference.xml ├── ldap │ ├── reference.xml │ └── functions │ │ └── ldap-close.xml ├── libxml │ └── reference.xml ├── oci8 │ ├── reference.xml │ ├── aliases.xml │ └── oldaliases │ │ ├── ociloadlob.xml │ │ ├── ocisavelob.xml │ │ ├── ocicloselob.xml │ │ ├── ocifreedesc.xml │ │ ├── ocicollmax.xml │ │ ├── ocierror.xml │ │ ├── ocifetch.xml │ │ ├── ocilogoff.xml │ │ ├── ocilogon.xml │ │ ├── ociparse.xml │ │ ├── ocicancel.xml │ │ ├── ocicollsize.xml │ │ ├── ocicolltrim.xml │ │ ├── ocicommit.xml │ │ ├── ociplogon.xml │ │ ├── ociresult.xml │ │ ├── ocisavelobfile.xml │ │ ├── ociexecute.xml │ │ ├── ociwritelobtofile.xml │ │ ├── ocicollappend.xml │ │ ├── ocicollassign.xml │ │ ├── ocinlogon.xml │ │ ├── ocinumcols.xml │ │ ├── ocirollback.xml │ │ ├── ocirowcount.xml │ │ ├── ocicollgetelem.xml │ │ ├── ocifreecollection.xml │ │ ├── ocinewcursor.xml │ │ ├── ocibindbyname.xml │ │ ├── ocicolumnname.xml │ │ ├── ocicolumnsize.xml │ │ ├── ocicolumntype.xml │ │ ├── ocicolumnscale.xml │ │ ├── ocifreecursor.xml │ │ ├── ocisetprefetch.xml │ │ ├── ocicollassignelem.xml │ │ ├── ocicolumnisnull.xml │ │ ├── ocidefinebyname.xml │ │ ├── ocifetchstatement.xml │ │ ├── ociwritetemporarylob.xml │ │ ├── ocicolumntyperaw.xml │ │ ├── ocifreestatement.xml │ │ ├── ociinternaldebug.xml │ │ ├── ocinewcollection.xml │ │ ├── ocinewdescriptor.xml │ │ ├── ociserverversion.xml │ │ ├── ocistatementtype.xml │ │ └── ocicolumnprecision.xml ├── curl │ └── reference.xml ├── json │ └── reference.xml ├── bzip2 │ ├── reference.xml │ └── configure.xml ├── cubrid │ ├── reference.xml │ ├── aliases.xml │ └── cubridmysql.xml ├── enchant │ └── reference.xml ├── expect │ └── reference.xml ├── image │ └── reference.xml ├── mcrypt │ ├── reference.xml │ └── configure.xml ├── mhash │ └── reference.xml ├── oauth │ ├── reference.xml │ └── configure.xml ├── openal │ ├── reference.xml │ └── configure.xml ├── mailparse │ └── reference.xml ├── memcache │ └── reference.xml ├── calendar │ ├── reference.xml │ └── configure.xml ├── gearman │ ├── reference.xml │ └── configure.xml ├── gettext │ ├── reference.xml │ ├── functions │ │ └── -.xml │ └── configure.xml ├── openssl │ └── reference.xml ├── datetime │ ├── reference.xml │ └── functions │ │ ├── date-add.xml │ │ ├── date-format.xml │ │ ├── date-modify.xml │ │ ├── date-create.xml │ │ ├── date-date-set.xml │ │ ├── date-time-set.xml │ │ ├── date-offset-get.xml │ │ ├── date-isodate-set.xml │ │ ├── timezone-open.xml │ │ ├── date-timezone-get.xml │ │ ├── date-timezone-set.xml │ │ └── timezone-name-get.xml ├── ibase │ └── reference.xml ├── gnupg │ └── configure.xml ├── event │ └── configure.xml ├── gender │ └── configure.xml ├── gmp │ ├── configure.xml │ └── functions │ │ └── gmp-div.xml ├── pcntl │ └── reference.xml ├── outcontrol │ └── reference.xml ├── iconv │ └── reference.xml ├── hrtime │ └── configure.xml ├── filesystem │ └── functions │ │ ├── fputs.xml │ │ ├── is-writeable.xml │ │ └── diskfreespace.xml ├── parallel │ └── configure.xml ├── dir │ └── book.xml ├── imap │ └── functions │ │ ├── imap-listmailbox.xml │ │ ├── imap-scanmailbox.xml │ │ └── imap-listsubscribed.xml └── array │ └── reference.xml ├── translation.xml ├── appendices ├── reserved.constants.standard.xml ├── ini.xml └── migration83 │ └── windows-support.xml ├── .github └── workflows │ └── build.yml ├── install ├── cloud │ ├── index.xml │ └── ec2.xml ├── macos │ ├── compile.xml │ └── index.xml └── windows │ └── building.xml └── features └── sessions.xml /.gitattributes: -------------------------------------------------------------------------------- 1 | *.xml linguist-detectable 2 | *.ent linguist-language=XML linguist-detectable 3 | -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- 1 | ; This file is for unifying the coding style for different editors and IDEs. 2 | ; More information at https://editorconfig.org 3 | 4 | root = true 5 | 6 | [*.xml] 7 | charset = utf-8 8 | indent_size = 1 9 | indent_style = space 10 | end_of_line = lf 11 | insert_final_newline = true 12 | trim_trailing_whitespace = false 13 | -------------------------------------------------------------------------------- /reference/intl/incfieldparam.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Одна із 6 | предвизначених констант 7 | дати/часу для IntlCalendar. Вони мають цілочисельний 8 | (integer) тип зі значенням між 0 та 9 | IntlCalendar::FIELD_COUNT. 10 | 11 | -------------------------------------------------------------------------------- /reference/filter/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | &reference.filter.configure; 7 | 8 | &reference.filter.ini; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/pcre/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.pcre.configure; 8 | 9 | &reference.pcre.ini; 10 | 11 | 12 | 13 | 33 | 34 | -------------------------------------------------------------------------------- /reference/misc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | &reference.misc.ini; 7 | 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/opcache/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | &reference.opcache.configure; 9 | 10 | &reference.opcache.ini; 11 | 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/mqseries/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; mqseries 7 | &reference.mqseries.entities.functions; 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/mysqli/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Псевдоніми та застарілі функції Mysqli 7 | 8 | &reference.mysqli.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/exif/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Exif 7 | 8 | &reference.exif.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/info/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.info.ini; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/errorfunc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &reftitle.setup; 5 | 6 | &reference.errorfunc.ini; 7 | 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/fpm/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; FPM 7 | 8 | &reference.fpm.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/lzf/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; LZF 7 | 8 | &reference.lzf.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/mail/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Mail 7 | 8 | &reference.mail.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/bc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; BC Math 7 | 8 | &reference.bc.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/dio/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Direct IO 7 | 8 | &reference.dio.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/ctype/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Ctype 7 | 8 | &reference.ctype.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/dba/constants.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.constants; 7 | &no.constants; 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/ibm_db2/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; IBM DB2 7 | 8 | &reference.ibm-db2.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/math/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Math 7 | 8 | &reference.math.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/misc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Misc. 7 | 8 | &reference.misc.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/pcre/pattern.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Шаблони PCRE 6 | 7 | &reference.pcre.pattern.syntax; 8 | &reference.pcre.pattern.modifiers; 9 | &reference.pcre.pattern.differences; 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/apache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Apache &Functions; 7 | 8 | &reference.apache.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/dbase/constants.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.constants; 7 | &no.constants; 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/filter/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Filter 7 | 8 | &reference.filter.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/fileinfo/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Fileinfo 7 | 8 | &reference.fileinfo.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/info/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &Functions; налаштування та отримання інформації про PHP 5 | 6 | &reference.info.entities.functions; 7 | 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/inotify/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Inotify 7 | 8 | &reference.inotify.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/opcache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; OPcache 7 | 8 | &reference.opcache.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /translation.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Інформацію про стан перекладу згенеровано файлом 7 | /repository/phpdoc/doc-base/trunk/scripts/revcheck.php, що дає змогу 8 | швидко переглянути файли, які потрібно оновити, а також людей, 9 | які з ними працювали. 10 | 11 | Якщо ви хочете допомогти з перекладом документації чи повідомити про знайдену 12 | помилку — надішліть про це листа в список розсилки doc-uk@lists.php.net 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /reference/ev/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Ev 6 | 7 | &reference.ev.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/network/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; для мережі 7 | 8 | &reference.network.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/password/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Хешування Пароля 7 | 8 | &reference.password.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/classobj/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Класів чи Об'єктів 7 | 8 | &reference.classobj.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/funchand/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Function handling &Functions; 7 | 8 | &reference.funchand.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/intl/idn.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; IDN 6 | &reference.intl.entities.idn; 7 | 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/dba/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; DBA 7 | 8 | &reference.dba.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/eio/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Eio 7 | 8 | &reference.eio.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/fdf/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; FDF 6 | 7 | &reference.fdf.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/lua/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Lua 7 | 8 | &reference.lua.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/mqseries/ini.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.runtime; 7 | &extension.runtime; 8 | Додаткові параметри конфігурації відсутні. 9 |
10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/fann/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Fann 7 | 8 | &reference.fann.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/ftp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; FTP 7 | 8 | &reference.ftp.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/geoip/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; GeoIP 7 | &reference.geoip.entities.functions; 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/hash/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Hash 7 | 8 | &reference.hash.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/intl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; intl 6 | &reference.intl.entities.functions; 7 | 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/ldap/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; LDAP 7 | &reference.ldap.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/libxml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; libxml 7 | 8 | &reference.libxml.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/oci8/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; OCI8 6 | 7 | &reference.oci8.entities.functions; 8 | 9 | 10 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /reference/curl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; cURL 7 | 8 | &reference.curl.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/json/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; JSON 7 | 8 | &reference.json.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/pcre/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; PCRE 7 | 8 | &reference.pcre.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/bzip2/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Bzip2 7 | 8 | &reference.bzip2.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/cubrid/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; CUBRID 7 | 8 | &reference.cubrid.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/enchant/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Enchant 7 | 8 | &reference.enchant.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/expect/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Expect 7 | &reference.expect.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/image/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; GD та Image 7 | 8 | &reference.image.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/intl/grapheme.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Grapheme 6 | &reference.intl.entities.grapheme; 7 | 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/mcrypt/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Mcrypt 7 | 8 | &reference.mcrypt.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/mhash/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Mhash 7 | 8 | &reference.mhash.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/oauth/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; OAuth 7 | 8 | &reference.oauth.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/openal/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; OpenAL 7 | 8 | &reference.openal.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/mailparse/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Mailparse 7 | 8 | &reference.mailparse.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/memcache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Memcache 7 | &reference.memcache.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/calendar/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Календаря 7 | 8 | &reference.calendar.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/gearman/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Gearman 7 | 8 | &reference.gearman.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/gettext/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Gettext 7 | 8 | &reference.gettext.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/openssl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; OpenSSL 7 | 8 | &reference.openssl.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /appendices/reserved.constants.standard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Стандартні Предвизначені Константи 7 | 8 | Всі константи з Розширення 9 | Ядра в PHP є визначеними початково. 10 | 11 | 12 | 13 | 30 | -------------------------------------------------------------------------------- /reference/datetime/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Дати/часу 7 | 8 | &reference.datetime.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/ibase/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Firebird/InterBase 7 | 8 | &reference.ibase.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/cubrid/aliases.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | CUBRID Застарілі Аліаси та Функції 6 | 7 | &reference.cubrid.entities.oldaliases; 8 | 9 | 10 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /reference/oci8/aliases.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Застарілі псевдоніми та функції OCI8 6 | 7 | &reference.oci8.entities.oldaliases; 8 | 9 | 10 | 30 | 31 | 32 | -------------------------------------------------------------------------------- /appendices/ini.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Директиви &php.ini; 7 | 8 | &appendices.ini.list; 9 | &appendices.ini.sections; 10 | &appendices.ini.core; 11 | 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/fpm/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | 9 | Інформацію про встановлення та конфігурування FPM можна знайти в розділі 10 | встановлення та конфігурація PHP. 11 | 12 | 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /.github/workflows/build.yml: -------------------------------------------------------------------------------- 1 | name: "Build Ukrainian language documentation" 2 | 3 | on: 4 | push: 5 | branches: "master" 6 | pull_request: 7 | branches: "master" 8 | workflow_dispatch: 9 | 10 | jobs: 11 | build: 12 | name: "Build" 13 | 14 | runs-on: "ubuntu-latest" 15 | 16 | steps: 17 | - name: "Checkout php/doc-uk" 18 | uses: "actions/checkout@v4" 19 | with: 20 | path: "uk" 21 | repository: "php/doc-uk" 22 | 23 | - name: "Checkout php/doc-en" 24 | uses: "actions/checkout@v4" 25 | with: 26 | path: "en" 27 | repository: "php/doc-en" 28 | 29 | - name: "Checkout php/doc-base" 30 | uses: "actions/checkout@v4" 31 | with: 32 | path: "doc-base" 33 | repository: "php/doc-base" 34 | 35 | - name: "Build documentation" 36 | run: "php doc-base/configure.php --disable-libxml-check --enable-xml-details --redirect-stderr-to-stdout --with-lang=uk" 37 | -------------------------------------------------------------------------------- /reference/cubrid/cubridmysql.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Функції CUBRID для сумісності з MySQL 7 | 8 | &reference.cubrid.entities.cubridmysql; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/gnupg/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | . 9 | 10 |
11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/dbase/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | &pecl.info; 7 | &url.pecl.package;dbase. 8 | 9 |
10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/event/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;event 10 | 11 |
12 | 32 | -------------------------------------------------------------------------------- /reference/bc/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Ці функції доступні тільки якщо PHP було сконфігуровано з параметром 8 | . 9 | 10 | &windows.builtin; 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/calendar/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Щоб ці функції працювали, вам потрібно збирати PHP з параметром 8 | . 9 | 10 | &windows.builtin; 11 |
12 | 32 | -------------------------------------------------------------------------------- /reference/oauth/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | &pecl.info; 9 | &url.pear.package;oauth 10 | 11 |
12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/ctype/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 |
8 | &reftitle.required; 9 | 10 | Стандартна бібліотека C завжди доступна, додаткові вимоги відсутні. 11 | 12 |
13 | 14 | &reference.ctype.configure; 15 | 16 |
17 | 18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /reference/fann/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;fann 11 | 12 | 13 | 14 |
15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/lua/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;lua 11 | 12 | 13 | 14 |
15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/gearman/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;gearman 11 | 12 | 13 |
14 | 15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/gender/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;gender 11 | 12 | 13 | 14 |
15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /install/cloud/index.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Встановлення на платформи Cloud Computing 6 | 7 | Встановлення PHP на хмарні сервіси. 8 | 9 | &install.cloud.azure; 10 | &install.cloud.ec2; 11 | &install.cloud.digitalocean; 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /install/macos/compile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Збирання PHP на macOS 5 | 6 | Для створення збірки PHP на macOS використовується Керівництво зі встановлення на Unix. 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/gmp/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Для того, щоб ці функції працювали, вам потрібно збирати PHP з підтримкою 8 | GMP, використовуючи параметр . 10 | 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /install/windows/building.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Збирання з початкового коду 5 | 6 | Див. покрокове керівництво 7 | зі збирання, де описано збирання за допомогою Visual Studio. 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/mcrypt/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.moved-ver;7.2.0 8 | 9 | 10 | &pecl.info; 11 | &url.pecl.package;mcrypt. 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/bzip2/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Підтримку Bzip2 в PHP не підключено початково. 8 | Для такого підключення потрібно використовувати параметр 9 | при збірці PHP. 10 | 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/errorfunc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Обробки Помилок 7 | 8 | &reftitle.seealso; 9 | 10 | Прогляньте також syslog. 11 | 12 | 13 | 14 | &reference.errorfunc.entities.functions; 15 | 16 | 17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /appendices/migration83/windows-support.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Підтримка ОС Windows 6 | 7 | 8 | Ядро 9 | 10 | 11 | Найстаріша підтримувана версія ОС Windows тепер Windows 8 або Windows Server 12 | 2012. 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/funchand/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Обробка функцій 6 | 7 | 8 | &reftitle.intro; 9 | 10 | Усі ці функції обробляють різноманітні операції над функціями. 11 | 12 | 13 | 14 | &reference.funchand.reference; 15 | 16 | 17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /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/pcntl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; PCNTL 7 | 8 | 9 | &reftitle.seealso; 10 | 11 | Прогляньте також функції POSIX. 12 | 13 | 14 | 15 | &reference.pcntl.entities.functions; 16 | 17 | 18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /reference/ftp/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | &reftitle.install; 5 | 6 | Для використання FTP-функцій в скриптах потрібно зібрати PHP з прапорцем 7 | . 8 | 9 | 10 | У Windows це розширення завжди збирається як спільне і тому його потрібно 11 | ввімкнути в &php.ini;. 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/openal/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.moved; 8 | 9 | 10 | &pecl.info; 11 | &url.pecl.package;openal. 12 | 13 | 14 | &pecl.windows.download; 15 | 16 |
17 | 37 | -------------------------------------------------------------------------------- /install/cloud/ec2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Amazon EC2 6 | 7 | Встановлення PHP на платформу EC2 cloud. 8 | 9 | 10 | Прогляньте також AWS SDK для PHP. 11 | 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/gettext/functions/-.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | _ 6 | &Alias; gettext 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; 13 | gettext. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/gettext/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Щоб підключити підтримку GNU gettext в PHP, потрібно збирати PHP з параметром 8 | , де DIR - це директорія, 9 | куди ви встановили gettext, початково - /usr/local. 10 | 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/outcontrol/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Контроля Виводу 7 | 8 | 9 | &reftitle.seealso; 10 | 11 | Прогляньте також header та 12 | setcookie. 13 | 14 | 15 | 16 | &reference.outcontrol.entities.functions; 17 | 18 | 19 | 20 | 40 | 41 | -------------------------------------------------------------------------------- /reference/iconv/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; iconv 7 | 8 | 9 | &reftitle.seealso; 10 | 11 | Прогляньте також функції GNU Recode. 12 | 13 | 14 | 15 | &reference.iconv.entities.functions; 16 | 17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /features/sessions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Сесії 5 | 6 | 7 | Підтримка сесій у PHP полягає у способі збереження певних даних для 8 | наступного сеансу. Це дає змогу створювати більш гнучкі програми та 9 | підвищувати привабливість вебсайту. Уся інформація є у розділі 10 | Керівництво з сесій. 11 | 12 | 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/errorfunc/functions/user-error.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | user_error 6 | &Alias; trigger_error 7 | 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; trigger_error. 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociloadlob.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ociloadlob 6 | &Alias; OCILob::load 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCILob::load 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocisavelob.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocisavelob 6 | &Alias; OCILob::save 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCILob::save 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/ev/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;ev 10 | 11 | 12 | Інформація для ручного встановлення знаходиться у файлі 13 | INSTALL.md, що входить сирцевий пакет. 14 | 15 |
16 | 36 | -------------------------------------------------------------------------------- /reference/hrtime/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | Використовуйте при збірці PHP. 10 | 11 | 12 | 13 | Користувачам Windows потрібно включати php_hrtime.dll в &php.ini; 14 | 15 | 16 |
17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/info/functions/ini-alter.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ini_alter 7 | &Alias; ini_set 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; ini_set. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/misc/functions/die.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | die 7 | Еквівалент до exit 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | Це мовна конструкція є еквівалентною до exit. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicloselob.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocicloselob 6 | &Alias; OCILob::close 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCILob::close 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocifreedesc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocifreedesc 6 | &Alias; OCILob::free 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCILob::free 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/filesystem/functions/fputs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | fputs 7 | &Alias; fwrite 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | fwrite. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/gmp/functions/gmp-div.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | gmp_div 7 | &Alias; gmp_div_q 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | gmp_div_q. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/ftp/functions/ftp-quit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ftp_quit 7 | &Alias; ftp_close 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | ftp_close. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollmax.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocicollmax 6 | &Alias; OCICollection::max 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCICollection::max 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocierror.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocierror 7 | &Alias; oci_error 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_error 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocifetch.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocifetch 7 | &Alias; oci_fetch 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_fetch 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocilogoff.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocilogoff 7 | &Alias; oci_close 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_close 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocilogon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocilogon 7 | &Alias; oci_connect 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_connect 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociparse.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ociparse 7 | &Alias; oci_parse 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_parse 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/ldap/functions/ldap-close.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ldap_close 7 | &Alias; ldap_unbind 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; ldap_unbind. 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicancel.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicancel 7 | &Alias; oci_cancel 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_cancel 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollsize.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocicollsize 6 | &Alias; OCICollection::size 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCICollection::size 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolltrim.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocicolltrim 6 | &Alias; OCICollection::trim 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCICollection::trim 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicommit.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicommit 7 | &Alias; oci_commit 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_commit 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociplogon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ociplogon 7 | &Alias; oci_pconnect 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_pconnect 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociresult.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ociresult 7 | &Alias; oci_result 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_result 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocisavelobfile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocisavelobfile 6 | &Alias; OCILob::import 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCILob::import 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-add.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_add 7 | &Alias; DateTime::add 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::add 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/eio/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;eio. 11 | 12 | 13 | Інформація для ручного встановлення знаходиться в файлі з назвою 14 | INSTALL, який є в пакеті. 15 | 16 | 17 |
18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociexecute.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ociexecute 7 | &Alias; oci_execute 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_execute 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociwritelobtofile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ociwritelobtofile 6 | &Alias; OCILob::export 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCILob::export 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollappend.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocicollappend 6 | &Alias; OCICollection::append 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCICollection::append 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollassign.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocicollassign 6 | &Alias; OCICollection::assign 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCICollection::assign 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocinlogon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocinlogon 7 | &Alias; oci_new_connect 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_new_connect 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocinumcols.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocinumcols 7 | &Alias; oci_num_fields 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_num_fields 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocirollback.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocirollback 7 | &Alias; oci_rollback 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_rollback 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocirowcount.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocirowcount 7 | &Alias; oci_num_rows 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_num_rows 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/parallel/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | Використовується опція 9 | під час компіляції PHP. 10 | 11 | 12 | 13 | Користувачам Windows необхідно підключити 14 | php_parallel.dll в файлі &php.ini; 15 | 16 | 17 |
18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /install/macos/index.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Встановлення на macOS 5 | 6 | PHP входить до складу macOS версії 10 та 11, але не входить до macOS 12 7 | (Monterey) та новіших. Для встановлення PHP на свіжих версіях macOS необхідні 8 | пакунки зі сторонніх джерел або компіляція з початкового коду. 9 | 10 | &install.macos.packages; 11 | &install.macos.compile; 12 | &install.macos.bundled; 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/network/functions/dns-get-mx.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | dns_get_mx 7 | &Alias; getmxrr 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | getmxrr. 15 | 16 | 17 | 18 | 19 | 20 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollgetelem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocicollgetelem 6 | &Alias; OCICollection::getElem 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCICollection::getElem 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocifreecollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocifreecollection 6 | &Alias; OCICollection::free 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCICollection::free 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocinewcursor.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocinewcursor 7 | &Alias; oci_new_cursor 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_new_cursor 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-format.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_format 7 | &Alias; DateTime::format 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::format 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-modify.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_modify 7 | &Alias; DateTime::modify 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::modify 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/dir/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Директорії 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 | &Alias; imap_list 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | imap_list. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/misc/functions/show-source.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | show_source 7 | &Alias; highlight_file 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | highlight_file. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocibindbyname.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocibindbyname 7 | &Alias; oci_bind_by_name 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_bind_by_name 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolumnname.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicolumnname 7 | &Alias; oci_field_name 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_field_name 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolumnsize.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicolumnsize 7 | &Alias; oci_field_size 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_field_size 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolumntype.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicolumntype 7 | &Alias; oci_field_type 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_field_type 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/filesystem/functions/is-writeable.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | is_writeable 7 | &Alias; is_writable 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | is_writable. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-scanmailbox.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | imap_scanmailbox 7 | &Alias; imap_listscan 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | imap_listscan. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolumnscale.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicolumnscale 7 | &Alias; oci_field_scale 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_field_scale 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocifreecursor.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocifreecursor 7 | &Alias; oci_free_statement 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_free_statement 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocisetprefetch.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocisetprefetch 7 | &Alias; oci_set_prefetch 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_set_prefetch 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-create.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_create 7 | &Alias; DateTime::__construct 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::__construct 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-date-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_date_set 7 | &Alias; DateTime::setDate 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::setDate 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-time-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_time_set 7 | &Alias; DateTime::setTime 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::setTime 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-listsubscribed.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | imap_listsubscribed 7 | &Alias; imap_lsub 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | imap_lsub. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollassignelem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ocicollassignelem 6 | &Alias; OCICollection::assignElem 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCICollection::assignElem 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolumnisnull.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicolumnisnull 7 | &Alias; oci_field_is_null 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_field_is_null 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocidefinebyname.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocidefinebyname 7 | &Alias; oci_define_by_name 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_define_by_name 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocifetchstatement.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocifetchstatement 7 | &Alias; oci_fetch_all 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_fetch_all 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociwritetemporarylob.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | ociwritetemporarylob 6 | &Alias; OCILob::writeTemporary 7 | 8 | 9 | 10 | &reftitle.description; 11 | &Alias; OCILob::writeTemporary 12 | &warn.deprecated.alias-5-4-0; 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/array/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | &Functions; для роботи з масивами 5 | 6 | &reftitle.seealso; 7 | 8 | is_array, explode, 9 | implode, preg_split та 10 | unset. 11 | 12 | 13 | 14 | &reference.array.entities.functions; 15 | 16 | 17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /reference/filesystem/functions/diskfreespace.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | diskfreespace 7 | &Alias; disk_free_space 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | disk_free_space. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/network/functions/dns-check-record.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | dns_check_record 7 | &Alias; checkdnsrr 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | checkdnsrr. 15 | 16 | 17 | 18 | 19 | 20 | 40 | 41 | 42 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolumntyperaw.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicolumntyperaw 7 | &Alias; oci_field_type_raw 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_field_type_raw 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocifreestatement.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocifreestatement 7 | &Alias; oci_free_statement 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_free_statement 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociinternaldebug.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ociinternaldebug 7 | &Alias; oci_internal_debug 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_internal_debug 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocinewcollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocinewcollection 7 | &Alias; oci_new_collection 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_new_collection 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocinewdescriptor.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocinewdescriptor 7 | &Alias; oci_new_descriptor 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_new_descriptor 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociserverversion.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ociserverversion 7 | &Alias; oci_server_version 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_server_version 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocistatementtype.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocistatementtype 7 | &Alias; oci_statement_type 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_statement_type 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-offset-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_offset_get 7 | &Alias; DateTime::getOffset 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::getOffset 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/info/functions/get-required-files.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | get_required_files 7 | &Alias; get_included_files 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; get_included_files. 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/mysqli/functions/mysqli-connect.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | mysqli_connect 7 | &Alias; mysqli::__construct 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; mysqli::__construct 14 | 15 | 16 | 17 | 18 | 19 | 39 | 40 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-isodate-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_isodate_set 7 | &Alias; DateTime::setISODate 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::setISODate 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-open.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_open 7 | &Alias; DateTimeZone::__construct 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTimeZone::__construct 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/mail/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Mail 7 | 8 | 9 | 10 | &reftitle.intro; 11 | 12 | Функція mail дозволяє відправляти електронні листи. 13 | 14 | 15 | 16 | 17 | &reference.mail.setup; 18 | &reference.mail.reference; 19 | 20 | 21 | 22 | 42 | 43 | -------------------------------------------------------------------------------- /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 | &info.function.alias; 14 | stream_get_meta_data. 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 | &info.function.alias; 14 | stream_set_timeout. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolumnprecision.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicolumnprecision 7 | &Alias; oci_field_precision 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; oci_field_precision 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-timezone-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_timezone_get 7 | &Alias; DateTime::getTimezone 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::getTimezone 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-timezone-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | date_timezone_set 7 | &Alias; DateTime::setTimezone 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTime::setTimezone 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/datetime/functions/timezone-name-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | timezone_name_get 7 | &Alias; DateTimeZone::getName 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; DateTimeZone::getName 14 | 15 | 16 | 17 | 18 | 19 | 39 | --------------------------------------------------------------------------------