├── .gitignore ├── .github ├── CODEOWNERS ├── workflows │ ├── remove-needs-feedback.yml │ ├── close-needs-feedback.yml │ └── editorconfig.yml └── ISSUE_TEMPLATE │ ├── translation-typo.yaml │ └── translation-bug.yaml ├── .gitattributes ├── .editorconfig ├── reference ├── swoole │ ├── reference.xml │ ├── setup.xml │ └── configure.xml ├── intl │ ├── incfieldparam.xml │ ├── idn.xml │ ├── reference.xml │ └── grapheme.xml ├── var │ ├── setup.xml │ └── reference.xml ├── fpm │ ├── observability.xml │ ├── reference.xml │ └── setup.xml ├── pcre │ ├── setup.xml │ ├── pattern.xml │ └── reference.xml ├── filter │ ├── setup.xml │ ├── reference.xml │ └── configure.xml ├── opcache │ ├── setup.xml │ └── reference.xml ├── mqseries │ ├── reference.xml │ └── ini.xml ├── mysqli │ └── reference.xml ├── mail │ └── reference.xml ├── exif │ └── reference.xml ├── lzf │ ├── reference.xml │ └── setup.xml ├── misc │ ├── reference.xml │ └── setup.xml ├── sem │ └── reference.xml ├── apache │ └── reference.xml ├── bc │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── ctype │ ├── reference.xml │ └── configure.xml ├── dio │ ├── reference.xml │ └── configure.xml ├── ibm_db2 │ └── reference.xml ├── info │ ├── setup.xml │ └── reference.xml ├── math │ └── reference.xml ├── network │ └── reference.xml ├── shmop │ ├── reference.xml │ └── configure.xml ├── tcpwrap │ ├── reference.xml │ ├── setup.xml │ └── configure.xml ├── simplexml │ ├── reference.xml │ └── configure.xml ├── errorfunc │ └── setup.xml ├── outcontrol │ └── setup.xml ├── phpdbg │ ├── setup.xml │ └── reference.xml ├── fdf │ └── reference.xml ├── fileinfo │ └── reference.xml ├── funchand │ └── reference.xml ├── radius │ ├── reference.xml │ └── setup.xml ├── stream │ └── reference.xml ├── tokenizer │ ├── setup.xml │ ├── reference.xml │ └── configure.xml ├── win32service │ └── reference.xml ├── zookeeper │ └── reference.xml ├── classobj │ └── reference.xml ├── ev │ └── reference.xml ├── inotify │ └── reference.xml ├── rar │ └── reference.xml ├── dba │ └── reference.xml ├── ftp │ └── reference.xml ├── password │ └── reference.xml ├── tidy │ ├── reference.xml │ └── configure.xml ├── ui │ └── reference.xml ├── url │ └── reference.xml ├── yaconf │ ├── reference.xml │ └── configure.xml ├── curl │ └── reference.xml ├── geoip │ └── reference.xml ├── hash │ └── reference.xml ├── ldap │ └── reference.xml ├── lua │ ├── reference.xml │ └── configure.xml ├── mcrypt │ ├── reference.xml │ └── configure.xml ├── oci8 │ ├── reference.xml │ └── aliases.xml ├── rnp │ ├── reference.xml │ └── configure.xml ├── rrd │ ├── reference.xml │ └── configure.xml ├── spl │ └── reference.xml ├── svn │ └── reference.xml ├── yaf │ ├── reference.xml │ └── configure.xml ├── yar │ ├── reference.xml │ └── configure.xml ├── yaz │ └── reference.xml ├── apcu │ └── reference.xml ├── fann │ ├── reference.xml │ └── configure.xml ├── json │ └── reference.xml ├── soap │ ├── reference.xml │ └── configure.xml ├── ssh2 │ └── reference.xml ├── stomp │ └── reference.xml ├── sync │ ├── reference.xml │ └── configure.xml ├── uodbc │ └── reference.xml ├── uopz │ └── reference.xml ├── xattr │ ├── reference.xml │ └── configure.xml ├── xpass │ └── reference.xml ├── yaml │ └── reference.xml ├── bzip2 │ ├── reference.xml │ └── configure.xml ├── calendar │ ├── reference.xml │ ├── setup.xml │ └── configure.xml ├── cubrid │ ├── reference.xml │ ├── aliases.xml │ └── cubridmysql.xml ├── eio │ └── reference.xml ├── expect │ └── reference.xml ├── gearman │ ├── reference.xml │ └── configure.xml ├── gettext │ └── reference.xml ├── libxml │ └── reference.xml ├── mailparse │ └── reference.xml ├── openal │ ├── reference.xml │ └── setup.xml ├── random │ └── reference.xml ├── recode │ └── reference.xml ├── snmp │ └── reference.xml ├── solr │ └── reference.xml ├── ssdeep │ ├── reference.xml │ └── configure.xml ├── stats │ └── reference.xml ├── trader │ ├── reference.xml │ └── configure.xml ├── wddx │ └── reference.xml ├── xml │ └── reference.xml ├── enchant │ └── reference.xml ├── igbinary │ └── reference.xml ├── memcache │ └── reference.xml ├── mhash │ └── reference.xml ├── oauth │ ├── reference.xml │ └── configure.xml ├── pspell │ └── reference.xml ├── rpminfo │ └── reference.xml ├── sodium │ └── reference.xml ├── taint │ ├── reference.xml │ └── configure.xml ├── xdiff │ ├── reference.xml │ └── configure.xml ├── xhprof │ ├── reference.xml │ └── configure.xml ├── xlswriter │ └── reference.xml ├── xmlrpc │ └── reference.xml ├── openssl │ └── reference.xml ├── posix │ ├── configure.xml │ └── setup.xml ├── readline │ └── reference.xml ├── runkit7 │ └── reference.xml ├── seaslog │ ├── reference.xml │ └── configure.xml ├── simdjson │ └── reference.xml ├── zlib │ └── reference.xml ├── ibase │ ├── reference.xml │ └── setup.xml ├── luasandbox │ ├── reference.xml │ └── configure.xml ├── pcntl │ └── setup.xml ├── pthreads │ └── reference.xml ├── scoutapm │ ├── reference.xml │ └── configure.xml ├── session │ └── reference.xml ├── sockets │ └── reference.xml ├── wincache │ └── reference.xml ├── wkhtmltox │ └── reference.xml ├── datetime │ ├── reference.xml │ └── setup.xml ├── xmldiff │ └── reference.xml ├── gnupg │ └── configure.xml ├── image │ └── reference.xml ├── mysql_xdevapi │ └── reference.xml ├── quickhash │ └── reference.xml ├── reflection │ └── configure.xml ├── var_representation │ └── reference.xml ├── dbase │ └── configure.xml ├── event │ └── configure.xml ├── svm │ └── configure.xml ├── dir │ └── book.xml ├── yac │ └── configure.xml ├── v8js │ └── configure.xml ├── parle │ └── configure.xml ├── componere │ └── reference.xml ├── gender │ └── configure.xml ├── pdo │ └── setup.xml ├── varnish │ └── configure.xml ├── gmp │ └── configure.xml ├── mbstring │ └── setup.xml └── ps │ └── configure.xml ├── README.md ├── appendices ├── ini.xml └── reserved.constants.standard.xml └── install ├── macos └── compile.xml └── cloud └── index.xml /.gitignore: -------------------------------------------------------------------------------- 1 | .idea 2 | -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @php/doc-ru-team 2 | -------------------------------------------------------------------------------- /.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 | [*] 7 | charset = utf-8 8 | end_of_line = lf 9 | indent_style = space 10 | indent_size = 2 11 | insert_final_newline = true 12 | trim_trailing_whitespace = true 13 | 14 | [*.{xml,ent}] 15 | indent_size = 1 16 | -------------------------------------------------------------------------------- /reference/swoole/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Swoole 6 | 7 | &reference.swoole.entities.functions; 8 | 9 | 10 | -------------------------------------------------------------------------------- /reference/swoole/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.swoole.configure; 9 | 10 | 11 | 12 | &reference.swoole.ini; 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /.github/workflows/remove-needs-feedback.yml: -------------------------------------------------------------------------------- 1 | name: Удаление статуса Требуется обратная связь 2 | 3 | on: 4 | issue_comment: 5 | types: 6 | - created 7 | 8 | jobs: 9 | build: 10 | if: "contains(github.event.issue.labels.*.name, 'Статус: Требуется обратная связь') && github.event.issue.user.login == github.event.sender.login" 11 | runs-on: "ubuntu-latest" 12 | steps: 13 | - uses: actions-ecosystem/action-remove-labels@v1 14 | with: 15 | labels: "Статус: Требуется обратная связь" 16 | -------------------------------------------------------------------------------- /reference/intl/incfieldparam.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Одна из представленных в классе IntlCalendar констант полей типа дата/время. Целое число 7 | от 0 до 8 | IntlCalendar::FIELD_COUNT. 9 | 10 | -------------------------------------------------------------------------------- /.github/workflows/close-needs-feedback.yml: -------------------------------------------------------------------------------- 1 | name: Закрытие ишью и пулл-реквестов без ответа 2 | 3 | on: 4 | schedule: 5 | - cron: "0 */4 * * *" 6 | 7 | jobs: 8 | build: 9 | runs-on: "ubuntu-latest" 10 | steps: 11 | - name: Закрытие ишью и пулл-реквестов без ответа 12 | uses: dwieeb/needs-reply@v2 13 | with: 14 | repo-token: ${{ secrets.GITHUB_TOKEN }} 15 | issue-label: "Статус: Требуется обратная связь" 16 | days-before-close: 14 17 | close-message: "Мы не получили ответ, возможно, проблема уже решена, поэтому закрываем задачу." 18 | -------------------------------------------------------------------------------- /reference/swoole/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | Используйте при компиляции PHP. 9 | 10 | 11 | 12 | &pecl.info; 13 | &url.pecl.package;swoole 14 | 15 |
16 | -------------------------------------------------------------------------------- /.github/workflows/editorconfig.yml: -------------------------------------------------------------------------------- 1 | name: Проверка EditorConfig 2 | 3 | on: 4 | push: 5 | branches: 6 | - master 7 | pull_request: 8 | branches: 9 | - master 10 | 11 | jobs: 12 | lint: 13 | runs-on: "ubuntu-latest" 14 | if: "! contains(toJSON(github.event.commits.*.message), '[skip-lint]')" 15 | steps: 16 | - uses: actions/checkout@v4 17 | - uses: actions/setup-node@v4 18 | with: 19 | node-version: 22 20 | - name: Получение изменённых файлов 21 | id: get_file_changes 22 | uses: trilom/file-changes-action@v1.2.4 23 | with: 24 | output: ' ' 25 | - name: Запуск editorconfig-checker 26 | run: npx editorconfig-checker ${{ steps.get_file_changes.outputs.files }} 27 | -------------------------------------------------------------------------------- /reference/var/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.var.ini; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Русский перевод PHP-документации 2 | 3 | [![Telegram](https://img.shields.io/badge/telegram-@php_doc_ru-brightgreen.svg?logo=telegram)](https://t.me/php_doc_ru) 4 | [![Slack](https://img.shields.io/badge/slack-@ru.php.doc-brightgreen.svg?logo=slack)](https://join.slack.com/t/ruphpdoc/shared_invite/zt-ax1czx68-c3_XSVhsgzYJCOslmwvJkQ) 5 | ![Проверка сборки](https://github.com/php/doc-ru/workflows/Проверка%20документации/badge.svg) 6 | ![Проверка орфографии](https://github.com/php/doc-ru/workflows/Проверка%20орфографии/badge.svg) 7 | 8 | ## Текущее состояние 9 | 10 | ![График](http://doc.php.net/images/revcheck/info_revcheck_php_ru.png "График текущего состояния") 11 | 12 | ## Участие в переводе 13 | 14 | Рекомендации по переводу русскоязычной документации даёт [руководство](CONTRIBUTING.md), с которым переводчики знакомятся перед началом участия. 15 | -------------------------------------------------------------------------------- /reference/fpm/observability.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Наблюдаемость 6 | 7 | &reference.fpm.status; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/pcre/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.pcre.configure; 8 | 9 | &reference.pcre.ini; 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/filter/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.filter.configure; 8 | 9 | &reference.filter.ini; 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/opcache/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.opcache.configure; 8 | 9 | &reference.opcache.ini; 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/mqseries/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; mqseries 6 | &reference.mqseries.entities.functions; 7 | 8 | 28 | -------------------------------------------------------------------------------- /reference/mysqli/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Синонимы и устаревшие функции Mysqli 7 | 8 | &reference.mysqli.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/mail/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Почта 7 | 8 | &reference.mail.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/exif/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Exif &Functions; 7 | 8 | &reference.exif.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/fpm/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; FPM 6 | 7 | &reference.fpm.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/lzf/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; LZF 6 | 7 | &reference.lzf.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/mqseries/ini.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.runtime; 6 | &extension.runtime; 7 | &no.config; 8 |
9 | 29 | -------------------------------------------------------------------------------- /reference/misc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Разные функции 7 | 8 | &reference.misc.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/misc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.misc.ini; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/sem/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; семафоров 7 | 8 | &reference.sem.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/apache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Apache 6 | 7 | &reference.apache.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/bc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; модуля BC Math 7 | 8 | &reference.bc.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/ctype/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Ctype 6 | 7 | &reference.ctype.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/dio/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; прямого ввода/вывода 6 | 7 | &reference.dio.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/ibm_db2/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; IBM DB2 6 | 7 | &reference.ibm-db2.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/info/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.info.ini; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/math/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Математические функции 7 | 8 | &reference.math.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/network/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Сетевые функции 7 | 8 | &reference.network.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/shmop/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Разделяемая (shared) память 6 | 7 | &reference.shmop.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/tcpwrap/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; TCP 6 | 7 | &reference.tcpwrap.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/translation-typo.yaml: -------------------------------------------------------------------------------- 1 | name: Опечатка 2 | description: Если вы нашли досадную опечатку. 3 | title: "[Опечатка] " 4 | labels: [ "Статус: Требуется проверка", "Статус: Опечатка" ] 5 | assignees: 6 | - saundefined 7 | body: 8 | - type: input 9 | id: url 10 | attributes: 11 | label: Страница с ошибкой 12 | description: Пожалуйста, укажите адрес страницы с опечаткой. 13 | validations: 14 | required: true 15 | 16 | - type: textarea 17 | id: description 18 | attributes: 19 | label: Описание ошибки 20 | description: Пожалуйста, опишите, как нам найти опечатку на странице. 21 | validations: 22 | required: true 23 | 24 | - type: textarea 25 | id: suggestion 26 | attributes: 27 | label: Ваш вариант перевода 28 | description: При желании, можете указать свой вариант перевода. 29 | validations: 30 | required: false 31 | -------------------------------------------------------------------------------- /reference/simplexml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; SimpleXML 6 | 7 | &reference.simplexml.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/errorfunc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.errorfunc.ini; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/filter/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Функции фильтрации данных 7 | 8 | &reference.filter.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/info/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Опции PHP/информационные функции 7 | 8 | &reference.info.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/opcache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; OPcache 7 | 8 | &reference.opcache.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/outcontrol/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.outcontrol.ini; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/phpdbg/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | &reference.phpdbg.ini; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/fdf/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | FDF 6 | 7 | &reference.fdf.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/fileinfo/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; модуля Fileinfo 7 | 8 | &reference.fileinfo.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/funchand/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; управления функциями 6 | 7 | &reference.funchand.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/radius/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Radius 7 | 8 | &reference.radius.entities.functions; 9 | 10 | 29 | -------------------------------------------------------------------------------- /reference/stream/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; для работы с потоками 7 | 8 | &reference.stream.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/tokenizer/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.tokenizer.configure; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/win32service/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | win32service 7 | 8 | &reference.win32service.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/zookeeper/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; ZooKeeper 7 | 8 | &reference.zookeeper.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/classobj/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Функции работы с классами и объектами 6 | 7 | &reference.classobj.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/ev/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Ev 6 | 7 | &reference.ev.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/inotify/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Inotify 6 | 7 | &reference.inotify.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/rar/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Rar 7 | 8 | &reference.rar.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/dba/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; DBA 6 | 7 | &reference.dba.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/ftp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; FTP 6 | 7 | &reference.ftp.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/password/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; хеширования паролей 7 | 8 | &reference.password.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /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 | 31 | -------------------------------------------------------------------------------- /reference/tidy/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Tidy 7 | 8 | &reference.tidy.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/tokenizer/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; PHP-лексера (tokenizer) 7 | 8 | &reference.tokenizer.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/ui/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; UI 6 | 7 | &reference.ui.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/url/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; URL 6 | 7 | &reference.url.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/yaconf/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Yaconf 6 | &reference.yaconf.entities.functions; 7 | 8 | 28 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/translation-bug.yaml: -------------------------------------------------------------------------------- 1 | name: Ошибка перевода 2 | description: Если перевод отличается от оригинальной версии. 3 | title: "[Ошибка перевода] " 4 | labels: [ "Статус: Требуется проверка", "Статус: Ошибка перевода" ] 5 | assignees: 6 | - saundefined 7 | body: 8 | - type: input 9 | id: url 10 | attributes: 11 | label: Страница с опечаткой 12 | description: Пожалуйста, укажите адрес страницы с ошибкой. 13 | validations: 14 | required: true 15 | 16 | - type: textarea 17 | id: description 18 | attributes: 19 | label: Описание ошибки 20 | description: Пожалуйста, опишите, как нам найти ошибку на странице. 21 | validations: 22 | required: true 23 | 24 | - type: textarea 25 | id: suggsetion 26 | attributes: 27 | label: Ваш вариант перевода 28 | description: При желании, укажите ваш вариант перевода. 29 | validations: 30 | required: false 31 | -------------------------------------------------------------------------------- /reference/curl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; cURL 6 | 7 | &reference.curl.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/geoip/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; GeoIP 7 | &reference.geoip.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/hash/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Функции Hash 7 | 8 | &reference.hash.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/intl/idn.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; IDN 6 | &reference.intl.entities.idn; 7 | 8 | 28 | -------------------------------------------------------------------------------- /reference/ldap/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; LDAP 7 | &reference.ldap.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/lua/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Lua 6 | 7 | &reference.lua.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/mcrypt/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Mcrypt 7 | 8 | &reference.mcrypt.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/oci8/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | OCI8 &Functions; 6 | 7 | &reference.oci8.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/rnp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Rnp 6 | 7 | &reference.rnp.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/rrd/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; RRD 6 | 7 | &reference.rrd.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/spl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; SPL 7 | 8 | &reference.spl.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/svn/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; SVN 7 | 8 | &reference.svn.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/yaf/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Yaf 6 | 7 | &reference.yaf.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/yar/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Yar 6 | 7 | &reference.yar.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/yaz/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; YAZ 6 | 7 | &reference.yaz.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/apcu/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; APCu 6 | 7 | &reference.apcu.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/fann/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Fann 6 | 7 | &reference.fann.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/json/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; JSON 7 | 8 | &reference.json.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/pcre/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; PCRE 6 | 7 | &reference.pcre.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/soap/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; SOAP 7 | 8 | &reference.soap.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/ssh2/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; SSH2 7 | 8 | &reference.ssh2.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/stomp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Stomp 6 | 7 | &reference.stomp.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/sync/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Sync 6 | 7 | &reference.sync.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/uodbc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; ODBC 7 | 8 | &reference.uodbc.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/uopz/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Uopz 7 | 8 | &reference.uopz.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/xattr/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | xattr &Functions; 6 | 7 | &reference.xattr.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/xpass/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Xpass 6 | 7 | &reference.xpass.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/yaml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Yaml 6 | 7 | &reference.yaml.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/bzip2/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Bzip2 7 | 8 | &reference.bzip2.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/calendar/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Календарь 7 | 8 | &reference.calendar.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/cubrid/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; CUBRID 6 | 7 | &reference.cubrid.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/eio/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; модуля Eio 7 | 8 | &reference.eio.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/expect/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; модуля Expect 6 | &reference.expect.entities.functions; 7 | 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/gearman/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Gearman 6 | 7 | &reference.gearman.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/gettext/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Функции gettext 6 | 7 | &reference.gettext.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/intl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; intl 6 | &reference.intl.entities.functions; 7 | 8 | 28 | -------------------------------------------------------------------------------- /reference/libxml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; libxml 7 | 8 | &reference.libxml.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/mailparse/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Mailparse 7 | 8 | &reference.mailparse.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/openal/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; OpenAL 6 | 7 | &reference.openal.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/random/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Random 6 | 7 | &reference.random.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/recode/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Recode 6 | 7 | &reference.recode.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/snmp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; SNMP 7 | 8 | &reference.snmp.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/solr/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Solr 7 | 8 | &reference.solr.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/ssdeep/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; ssdeep 6 | 7 | &reference.ssdeep.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/stats/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; статистики 6 | 7 | &reference.stats.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/trader/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Trader 6 | 7 | &reference.trader.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/var/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | &Functions; обработки переменных 8 | 9 | &reference.var.entities.functions; 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/wddx/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; WDDX 7 | 8 | &reference.wddx.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/xml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; парсера XML 7 | 8 | &reference.xml.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/enchant/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Enchant 7 | 8 | &reference.enchant.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/igbinary/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Igbinary 6 | 7 | &reference.igbinary.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/memcache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Memcache 7 | &reference.memcache.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/mhash/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Mhash 7 | 8 | &reference.mhash.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/oauth/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; OAuth 7 | 8 | &reference.oauth.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/phpdbg/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; phpdbg 7 | 8 | &reference.phpdbg.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/pspell/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Pspell 7 | 8 | &reference.pspell.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/rpminfo/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; RpmInfo 6 | 7 | &reference.rpminfo.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/sodium/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Sodium 7 | 8 | &reference.sodium.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/taint/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Taint 7 | 8 | &reference.taint.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/xdiff/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; xdiff 7 | 8 | &reference.xdiff.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/xhprof/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Xhprof 7 | 8 | &reference.xhprof.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/xlswriter/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; XlsWriter 7 | &reference.xlswriter.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/xmlrpc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; XML-RPC 7 | 8 | &reference.xmlrpc.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/intl/grapheme.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Grapheme 6 | &reference.intl.entities.grapheme; 7 | 8 | 28 | -------------------------------------------------------------------------------- /reference/lzf/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.lzf.configure; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/openssl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; OpenSSL 7 | 8 | &reference.openssl.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/posix/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 |
11 | 31 | -------------------------------------------------------------------------------- /reference/readline/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Readline 7 | 8 | &reference.readline.entities.functions; 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/runkit7/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; runkit7 7 | 8 | &reference.runkit7.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/seaslog/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Seaslog 7 | 8 | &reference.seaslog.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/simdjson/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Simdjson 6 | 7 | &reference.simdjson.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/zlib/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Zlib 6 | 7 | &reference.zlib.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/ibase/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Firebird/InterBase 7 | 8 | &reference.ibase.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/luasandbox/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; LuaSandbox 6 | 7 | &reference.luasandbox.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/oci8/aliases.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Устаревшие наименования и функции OCI8 6 | 7 | &reference.oci8.entities.oldaliases; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/pcntl/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.pcntl.configure; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/pthreads/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; pthreads 7 | 8 | &reference.pthreads.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/scoutapm/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Scoutapm 7 | 8 | &reference.scoutapm.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/session/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; для работы с сессиями 6 | 7 | &reference.session.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/sockets/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; класса Socket 6 | 7 | &reference.sockets.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/wincache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; WinCache 7 | 8 | &reference.wincache.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/wkhtmltox/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; wkhtmltox 7 | 8 | &reference.wkhtmltox.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/cubrid/aliases.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Устаревшие псевдонимы и функции CUBRID 6 | 7 | &reference.cubrid.entities.oldaliases; 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/datetime/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; даты и времени 7 | 8 | &reference.datetime.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/filter/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 |
11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/fpm/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | Информация об установке и настройке FPM доступна в разделе 9 | установка и настройка документации PHP. 10 | 11 | 12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/posix/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.posix.configure; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/radius/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.radius.configure; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/simplexml/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 |
11 | 31 | -------------------------------------------------------------------------------- /reference/xmldiff/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Xmldiff 7 | 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/tcpwrap/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.tcpwrap.configure; 9 | 10 | 11 | 12 | 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 | 33 | -------------------------------------------------------------------------------- /reference/calendar/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | 9 | &reference.calendar.configure; 10 | 11 | 12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/gnupg/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | . 9 | 10 |
11 | 31 | -------------------------------------------------------------------------------- /reference/image/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; GD и функции для работы с изображениями 6 | 7 | &reference.image.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/mysql_xdevapi/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Mysql_xdevapi 6 | 7 | &reference.mysql-xdevapi.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/cubrid/cubridmysql.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Функции совместимости CUBRID MySQL 7 | 8 | &reference.cubrid.entities.cubridmysql; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/quickhash/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; Quickhash 6 | 7 | &reference.quickhash.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/ctype/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 | &windows.builtin; 11 |
12 | 32 | -------------------------------------------------------------------------------- /reference/reflection/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | Модуль Reflection включён по умолчанию. 10 | 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/tokenizer/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 | &windows.builtin; 11 |
12 | 32 | -------------------------------------------------------------------------------- /reference/var_representation/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &Functions; var_representation 6 | 7 | &reference.var-representation.entities.functions; 8 | 9 | 29 | -------------------------------------------------------------------------------- /appendices/reserved.constants.standard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Стандартные предопределённые константы 8 | 9 | Все константы модулей, 10 | входящих в состав ядра, теперь определены в PHP по умолчанию. 11 | 12 | 13 | 30 | -------------------------------------------------------------------------------- /reference/dbase/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | &url.pecl.package;dbase. 9 | 10 |
11 | 31 | -------------------------------------------------------------------------------- /reference/calendar/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Для работы с данными функциями нужно скомпилировать PHP c 8 | . 9 | 10 | &windows.builtin; 11 |
31 | -------------------------------------------------------------------------------- /reference/event/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;event 11 | 12 |
32 | -------------------------------------------------------------------------------- /reference/rnp/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;rnp 10 | 11 | 12 |
13 | 33 | -------------------------------------------------------------------------------- /reference/rrd/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;rrd 10 | 11 | 12 |
13 | 33 | -------------------------------------------------------------------------------- /reference/bc/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 | 33 | -------------------------------------------------------------------------------- /reference/svm/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;svm 10 | 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/yar/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;yar 10 | 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/dir/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Каталоги 8 | 9 | &reference.dir.constants; 10 | &reference.dir.directory; 11 | &reference.dir.reference; 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/lua/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;lua 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/soap/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | Для включения поддержки SOAP скомпилируйте PHP c опцией . 9 | 10 |
11 | 31 | -------------------------------------------------------------------------------- /reference/yac/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;yac 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/yaf/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;yaf 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/fann/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;fann 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/ssdeep/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;ssdeep 10 | 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/sync/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;sync 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/v8js/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;v8js 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/gearman/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;gearman 10 | 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/parle/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;parle 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/yaconf/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;yaconf 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/componere/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &Functions; Componere 7 | 8 | &reference.componere.functions.componere.cast; 9 | &reference.componere.functions.componere.cast-by-ref; 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/gender/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;gender 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/pdo/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.pdo.configure; 9 | 10 | 11 | 12 | &reference.pdo.ini; 13 | 14 | 15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/taint/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;taint 11 | 12 | 13 | 14 |
15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/trader/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;trader 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/varnish/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;varnish 10 | 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/xhprof/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;xhprof 11 | 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/bc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | 9 | &reference.bc.configure; 10 | 11 | 12 | 13 | &reference.bc.ini; 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /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 | 34 | -------------------------------------------------------------------------------- /reference/gmp/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | Чтобы эти функции были доступны, необходимо во время компиляции PHP включить поддержку GMP с помощью настройки . 9 | 10 |
11 | 31 | -------------------------------------------------------------------------------- /reference/luasandbox/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | 8 | &pecl.info; 9 | &url.pecl.package;luasandbox 10 | 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/scoutapm/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;scoutapm 11 | 12 | 13 | 14 |
15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/seaslog/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;seaslog 11 | 12 | 13 | 14 |
15 | 16 | 36 | -------------------------------------------------------------------------------- /install/macos/compile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Компилирование PHP на macOS 6 | 7 | Для компиляции PHP на macOS прочтите руководство по установке на Unix. 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/ibase/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.ibase.configure; 9 | 10 | 11 | 12 | &reference.ibase.ini; 13 | 14 | 15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/tidy/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Модуль поставляется вместе с PHP 5, а устанавливается с помощью параметра 8 | конфигурации . 9 | 10 |
11 | 31 | -------------------------------------------------------------------------------- /reference/mbstring/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.mbstring.configure; 9 | 10 | 11 | 12 | &reference.mbstring.ini; 13 | 14 | 15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/openal/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | &reference.openal.configure; 9 | 10 | 11 | 12 | &reference.openal.resources; 13 | 14 | 15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/ps/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | &url.pecl.package;ps. 9 | 10 | 11 | &pecl.windows.download; 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/shmop/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Для использования набора функций shmop необходимо 8 | скомпилировать PHP с опцией 9 | в строке 10 | конфигурации. 11 | 12 |
13 | 33 | -------------------------------------------------------------------------------- /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 | 33 | -------------------------------------------------------------------------------- /reference/datetime/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | 9 | &reference.datetime.configure; 10 | 11 | 12 | 13 | &reference.datetime.ini; 14 | 15 | 16 | 17 | 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 | 34 | -------------------------------------------------------------------------------- /reference/bzip2/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Поддержка Bzip2 в PHP не включена по умолчанию, для её 8 | включения вам следует скомпилировать PHP с указанием директивы 9 | . 10 | 11 |
12 | 32 | -------------------------------------------------------------------------------- /reference/mcrypt/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | &pecl.moved-ver;7.2.0 9 | 10 | 11 | &pecl.info; 12 | &url.pecl.package;mcrypt. 13 | 14 |
15 | 35 | -------------------------------------------------------------------------------- /reference/tcpwrap/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &pecl.info; 8 | &url.pecl.package;tcpwrap. 9 | 10 | 11 | &pecl.windows.download; 12 | 13 |
14 | 34 | -------------------------------------------------------------------------------- /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.avail; 12 | 13 |
14 | 34 | --------------------------------------------------------------------------------