├── .gitattributes ├── security ├── figures │ └── xkcd-bobby-tables.png └── sessions.xml ├── .editorconfig ├── reference ├── bc │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── misc │ ├── reference.xml │ ├── setup.xml │ └── functions │ │ └── show-source.xml ├── network │ ├── reference.xml │ └── functions │ │ ├── dns-get-mx.xml │ │ ├── dns-check-record.xml │ │ ├── socket-get-status.xml │ │ └── socket-set-timeout.xml ├── var │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ └── is-long.xml ├── fpm │ ├── observability.xml │ ├── reference.xml │ ├── setup.xml │ └── book.xml ├── snmp │ └── reference.xml ├── url │ ├── reference.xml │ └── book.xml ├── gettext │ ├── reference.xml │ └── configure.xml ├── pcre │ ├── setup.xml │ ├── pattern.xml │ └── reference.xml ├── filter │ ├── setup.xml │ ├── reference.xml │ └── configure.xml ├── sem │ └── reference.xml ├── exif │ └── reference.xml ├── mail │ └── reference.xml ├── tokenizer │ ├── reference.xml │ ├── setup.xml │ └── configure.xml ├── dio │ ├── reference.xml │ └── configure.xml ├── opcache │ ├── setup.xml │ └── reference.xml ├── ctype │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── info │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ └── get-required-files.xml ├── shmop │ ├── reference.xml │ └── configure.xml ├── apache │ └── reference.xml ├── fileinfo │ └── reference.xml ├── math │ └── reference.xml ├── mysqli │ └── reference.xml ├── errorfunc │ ├── setup.xml │ ├── reference.xml │ └── functions │ │ └── user-error.xml ├── outcontrol │ ├── setup.xml │ └── reference.xml ├── simplexml │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── stream │ └── reference.xml ├── rar │ └── reference.xml ├── classobj │ └── reference.xml ├── funchand │ └── reference.xml ├── password │ └── reference.xml ├── sockets │ ├── reference.xml │ └── configure.xml ├── dba │ └── reference.xml ├── ftp │ ├── reference.xml │ └── functions │ │ └── ftp-quit.xml ├── solr │ └── reference.xml ├── hash │ └── reference.xml ├── json │ └── reference.xml ├── ldap │ ├── reference.xml │ └── functions │ │ └── ldap-close.xml ├── soap │ ├── reference.xml │ ├── configure.xml │ └── setup.xml ├── zlib │ ├── reference.xml │ ├── configure.xml │ └── functions │ │ └── gzputs.xml ├── curl │ └── reference.xml ├── recode │ ├── reference.xml │ └── functions │ │ └── recode.xml ├── uodbc │ ├── reference.xml │ └── functions │ │ └── odbc-do.xml ├── xml │ └── reference.xml ├── image │ └── reference.xml ├── openssl │ └── reference.xml ├── posix │ ├── configure.xml │ ├── setup.xml │ └── reference.xml ├── bzip2 │ ├── reference.xml │ └── configure.xml ├── oci8 │ ├── aliases.xml │ └── oldaliases │ │ ├── ocierror.xml │ │ ├── ocifetch.xml │ │ ├── ocilogoff.xml │ │ ├── ocilogon.xml │ │ ├── ociparse.xml │ │ ├── ocicancel.xml │ │ ├── ocicommit.xml │ │ ├── ocifreedesc.xml │ │ ├── ociplogon.xml │ │ ├── ociresult.xml │ │ ├── ocicloselob.xml │ │ ├── ocicollmax.xml │ │ ├── ociexecute.xml │ │ ├── ociloadlob.xml │ │ ├── ocisavelob.xml │ │ ├── ocicollsize.xml │ │ ├── ocicolltrim.xml │ │ ├── ocinlogon.xml │ │ ├── ocinumcols.xml │ │ ├── ocirollback.xml │ │ ├── ocirowcount.xml │ │ ├── ocinewcursor.xml │ │ ├── ocicollappend.xml │ │ ├── ocicollassign.xml │ │ ├── ocicolumnname.xml │ │ ├── ocicolumnsize.xml │ │ ├── ocicolumntype.xml │ │ ├── ocisavelobfile.xml │ │ ├── ocicollgetelem.xml │ │ ├── ocicolumnscale.xml │ │ ├── ocifreecursor.xml │ │ ├── ocisetprefetch.xml │ │ ├── ocibindbyname.xml │ │ ├── ocicolumnisnull.xml │ │ ├── ocidefinebyname.xml │ │ ├── ocifetchstatement.xml │ │ ├── ocifreecollection.xml │ │ ├── ociwritelobtofile.xml │ │ ├── ocicolumntyperaw.xml │ │ ├── ocifreestatement.xml │ │ ├── ociinternaldebug.xml │ │ ├── ocinewcollection.xml │ │ ├── ocinewdescriptor.xml │ │ ├── ociserverversion.xml │ │ ├── ocistatementtype.xml │ │ ├── ocicollassignelem.xml │ │ └── ocicolumnprecision.xml ├── pspell │ └── reference.xml ├── session │ └── reference.xml ├── sodium │ ├── reference.xml │ └── configure.xml ├── calendar │ ├── reference.xml │ ├── setup.xml │ └── configure.xml ├── datetime │ ├── reference.xml │ ├── setup.xml │ └── functions │ │ ├── date-add.xml │ │ ├── date-format.xml │ │ ├── date-modify.xml │ │ ├── date-date-set.xml │ │ ├── date-time-set.xml │ │ └── date-offset-get.xml ├── pcntl │ └── setup.xml ├── readline │ └── reference.xml ├── fdf │ └── reference.xml ├── mcrypt │ ├── reference.xml │ └── configure.xml ├── gnupg │ └── configure.xml ├── memcache │ └── reference.xml ├── mysql_xdevapi │ └── reference.xml ├── dbase │ └── configure.xml ├── v8js │ ├── configure.xml │ └── setup.xml ├── pdo │ └── setup.xml ├── gmp │ ├── configure.xml │ └── reference.xml ├── xsl │ └── configure.xml ├── strings │ └── functions │ │ ├── join.xml │ │ └── strchr.xml ├── filesystem │ └── functions │ │ ├── fputs.xml │ │ ├── is-writeable.xml │ │ └── set-file-buffer.xml ├── imap │ └── functions │ │ ├── imap-listmailbox.xml │ │ ├── imap-scanmailbox.xml │ │ ├── imap-listsubscribed.xml │ │ └── imap-scan.xml ├── dir │ ├── reference.xml │ └── book.xml ├── exec │ └── setup.xml └── zip │ └── reference.xml ├── appendices ├── ini.xml ├── reserved.constants.standard.xml ├── migration83 │ └── windows-support.xml └── migration74 │ └── new-classes.xml └── install ├── cloud ├── index.xml └── ec2.xml ├── macos └── compile.xml └── windows └── building.xml /.gitattributes: -------------------------------------------------------------------------------- 1 | *.xml linguist-detectable 2 | *.ent linguist-language=XML linguist-detectable 3 | -------------------------------------------------------------------------------- /security/figures/xkcd-bobby-tables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/php/doc-de/HEAD/security/figures/xkcd-bobby-tables.png -------------------------------------------------------------------------------- /.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/bc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | BC Math &Functions; 8 | &reference.bc.entities.functions; 9 | 10 | 11 | 12 | 29 | -------------------------------------------------------------------------------- /reference/misc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Sonstige &Functions; 8 | &reference.misc.entities.functions; 9 | 10 | 11 | 12 | 29 | -------------------------------------------------------------------------------- /reference/network/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Netzwerk-&Functions; 8 | &reference.network.entities.functions; 9 | 10 | 11 | 12 | 29 | -------------------------------------------------------------------------------- /reference/var/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | &reference.var.ini; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/var/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | &Functions; zur Behandlung von Variablen 8 | &reference.var.entities.functions; 9 | 10 | 11 | 12 | 29 | -------------------------------------------------------------------------------- /reference/fpm/observability.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Beobachtbarkeit 6 | 7 | &reference.fpm.status; 8 | 9 | 10 | -------------------------------------------------------------------------------- /reference/snmp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | SNMP-&Functions; 8 | &reference.snmp.entities.functions; 9 | 10 | 11 | 12 | 29 | -------------------------------------------------------------------------------- /reference/url/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | URL &Functions; 8 | &reference.url.entities.functions; 9 | 10 | 11 | 12 | 29 | -------------------------------------------------------------------------------- /reference/gettext/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Gettext-&Functions; 7 | &reference.gettext.entities.functions; 8 | 9 | 10 | 11 | 28 | -------------------------------------------------------------------------------- /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/filter/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | &reference.filter.configure; 9 | 10 | &reference.filter.ini; 11 | 12 | 13 | 14 | 34 | 35 | -------------------------------------------------------------------------------- /reference/fpm/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | FPM-&Functions; 6 | 7 | &reference.fpm.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/sem/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Semaphore &Functions; 6 | 7 | &reference.sem.entities.functions; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/exif/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Exif-&Functions; 7 | 8 | &reference.exif.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/mail/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Mail-Funktionen 7 | 8 | &reference.mail.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/tokenizer/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Tokenizer &Functions; 6 | 7 | &reference.tokenizer.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/dio/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Direct-IO-&Functions; 7 | 8 | &reference.dio.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/opcache/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | &reftitle.setup; 8 | 9 | &reference.opcache.configure; 10 | 11 | &reference.opcache.ini; 12 | 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/ctype/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Ctype &Functions; 7 | 8 | &reference.ctype.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/info/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | &reference.info.ini; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/shmop/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Shared Memory &Functions; 7 | 8 | &reference.shmop.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/apache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Apache &Functions; 7 | 8 | &reference.apache.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/fileinfo/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Fileinfo &Functions; 7 | 8 | &reference.fileinfo.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/filter/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Filter-&Functions; 7 | 8 | &reference.filter.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/math/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Mathematische &Functions; 8 | &reference.math.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/misc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | &reference.misc.ini; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/mysqli/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Aliase und veraltete MySQLi &Functions; 8 | 9 | &reference.mysqli.entities.functions; 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/errorfunc/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.errorfunc.ini; 8 | 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/pcre/pattern.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | PCRE-Suchmuster 7 | &reference.pcre.pattern.syntax; 8 | &reference.pcre.pattern.modifiers; 9 | &reference.pcre.pattern.differences; 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/info/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | PHP-Optionen-/-Informationen-&Functions; 7 | 8 | &reference.info.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/outcontrol/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | &reference.outcontrol.ini; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/simplexml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | SimpleXML-&Functions; 8 | &reference.simplexml.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/stream/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Stream-&Functions; 7 | 8 | &reference.stream.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/rar/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | RAR &Functions; 7 | 8 | &reference.rar.entities.functions; 9 | 10 | 11 | 31 | -------------------------------------------------------------------------------- /reference/classobj/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Klassen- und Objekt-&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/password/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Passwort-Hashing-&Functions; 7 | 8 | &reference.password.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/sockets/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Socket-Funktionen 6 | &reference.sockets.entities.functions; 7 | 8 | 9 | 29 | -------------------------------------------------------------------------------- /reference/tokenizer/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | &reference.tokenizer.configure; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/dba/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | DBA-&Functions; 6 | 7 | &reference.dba.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/ftp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | FTP-&Functions; 7 | 8 | &reference.ftp.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/solr/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Solr-&Functions; 6 | 7 | &reference.solr.entities.functions; 8 | 9 | 10 | 30 | 31 | -------------------------------------------------------------------------------- /reference/hash/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Hash-&Functions; 7 | 8 | &reference.hash.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/json/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | JSON-&Functions; 7 | 8 | &reference.json.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/ldap/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | LDAP &Functions; 7 | &reference.ldap.entities.functions; 8 | 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/opcache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | OPcache &Functions; 8 | 9 | &reference.opcache.entities.functions; 10 | 11 | 12 | 13 | 33 | 34 | -------------------------------------------------------------------------------- /reference/soap/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | SOAP &Functions; 7 | 8 | &reference.soap.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/zlib/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Zlib-&Functions; 7 | 8 | &reference.zlib.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/curl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | cURL &Functions; 7 | 8 | &reference.curl.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/pcre/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | PCRE-&Functions; 7 | 8 | &reference.pcre.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/recode/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Recode-&Functions; 7 | 8 | &reference.recode.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/uodbc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ODBC &Functions; 7 | 8 | &reference.uodbc.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/xml/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | XML Parser &Functions; 7 | 8 | &reference.xml.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/image/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | GD- und Image-&Functions; 7 | 8 | &reference.image.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/openssl/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | OpenSSL-&Functions; 7 | 8 | &reference.openssl.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/posix/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 |
11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/bzip2/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Bzip2 &Functions; 8 | 9 | &reference.bzip2.entities.functions; 10 | 11 | 12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/oci8/aliases.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | OCI8 - Veraltete Aliase und Funktionen 6 | 7 | &reference.oci8.entities.oldaliases; 8 | 9 | 10 | 30 | -------------------------------------------------------------------------------- /reference/pspell/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Pspell &Functions; 7 | 8 | &reference.pspell.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/session/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Session-&Functions; 7 | 8 | &reference.session.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/sodium/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Sodium &Functions; 7 | 8 | &reference.sodium.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/calendar/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Calendar &Functions; 7 | 8 | &reference.calendar.entities.functions; 9 | 10 | 11 | 31 | 32 | -------------------------------------------------------------------------------- /reference/datetime/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Datum/Uhrzeit-&Functions; 7 | 8 | &reference.datetime.entities.functions; 9 | 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/filter/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 |
11 | 12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/simplexml/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 |
11 | 12 | 32 | -------------------------------------------------------------------------------- /appendices/ini.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &php.ini; Direktiven 7 | 8 | &appendices.ini.list; 9 | &appendices.ini.sections; 10 | &appendices.ini.core; 11 | 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/pcntl/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | 9 | &reference.pcntl.configure; 10 | 11 | 12 | 13 | 14 | 34 | 35 | -------------------------------------------------------------------------------- /reference/posix/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | 9 | &reference.posix.configure; 10 | 11 | 12 | 13 | 14 | 34 | 35 | -------------------------------------------------------------------------------- /reference/readline/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Readline-&Functions; 8 | 9 | &reference.readline.entities.functions; 10 | 11 | 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /appendices/reserved.constants.standard.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Vordefinierte Standard-Konstanten 7 | 8 | Alle Konstanten der Kern-Extensions 9 | sind in PHP automatisch definiert. 10 | 11 | 12 | 13 | 30 | -------------------------------------------------------------------------------- /reference/ctype/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 | &windows.builtin; 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/fdf/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | FDF &Functions; 6 | FDF 7 | 8 | 9 | &reference.fdf.entities.functions; 10 | 11 | 12 | 13 | 33 | 34 | -------------------------------------------------------------------------------- /reference/mcrypt/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Mcrypt &Functions; 8 | 9 | &reference.mcrypt.entities.functions; 10 | 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 | 14 | 34 | 35 | -------------------------------------------------------------------------------- /reference/gnupg/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | &pecl.info; 9 | . 10 | 11 |
12 | 13 | 33 | 34 | -------------------------------------------------------------------------------- /reference/memcache/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Memcache &Functions; 8 | &reference.memcache.entities.functions; 9 | 10 | 11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/tokenizer/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | &installation.enabled.disable; 8 | 9 | 10 | &windows.builtin; 11 |
12 | 13 | 33 | 34 | -------------------------------------------------------------------------------- /reference/mysql_xdevapi/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Mysql_xdevapi-&Functions; 8 | 9 | &reference.mysql-xdevapi.entities.functions; 10 | 11 | 12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/bc/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Diese Funktionen sind nur verfügbar, wenn PHP mit konfiguriert wurde. 9 | 10 | &windows.builtin; 11 |
12 | 13 | -------------------------------------------------------------------------------- /reference/dbase/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | &pecl.info; 9 | &url.pecl.package;dbase. 10 | 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/fpm/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | &reftitle.setup; 6 | 7 | 8 | Informationen zur Installation und Konfiguration von FPM finden Sie im 9 | Installations- und Konfigurationsabschnitt 10 | des PHP-Handbuchs. 11 | 12 | 13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/shmop/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Um die shmop-Erweiterung zu benutzen, müssen Sie PHP mit der 8 | Option kompilieren. 9 | 10 |
11 | 12 | 32 | 33 | -------------------------------------------------------------------------------- /reference/calendar/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Um diese Funktionen nutzen zu können müssen sie PHP mit 8 | kompilieren. 9 | 10 | &windows.builtin; 11 |
12 | 32 | -------------------------------------------------------------------------------- /reference/v8js/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | &pecl.info; 10 | &url.pecl.package;v8js 11 | 12 | 13 | 14 |
15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/pdo/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | 9 | &reference.pdo.configure; 10 | 11 | 12 | 13 | &reference.pdo.ini; 14 | 15 | 16 | 17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /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 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /reference/gmp/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | Damit diese Funktionen verfügbar sind, muss PHP mit 9 | GMP-Support durch Verwendung der -Option kompiliert werden. 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/ctype/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 |
9 | &reftitle.required; 10 | 11 | Keine, außer der Funktionen aus der C-Standardbibliothek, die immer 12 | verfügbar sind. 13 | 14 |
15 | 16 | &reference.ctype.configure; 17 | 18 |
19 | 20 | 21 | 41 | 42 | -------------------------------------------------------------------------------- /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 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /reference/dio/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | &pecl.moved; 9 | 10 | 11 | &pecl.info; 12 | &url.pecl.package;dio. 13 | 14 |
15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/errorfunc/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Fehlerbehandlungsfunktionen 7 | 8 | &reftitle.seealso; 9 | 10 | &Seealso; syslog. 11 | 12 | 13 | 14 | &reference.errorfunc.entities.functions; 15 | 16 | 17 | 18 | 38 | 39 | -------------------------------------------------------------------------------- /install/cloud/index.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Installation auf Cloud Computing Platformen 6 | 7 | PHP installiert in der Wolke. Auf zur PHP Wolke! 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 | 5 | 6 | Kompilieren von PHP unter macOS 7 | 8 | Um PHP unter macOS zu kompilieren, nutzen Sie die 9 | Unix-Installationsanleitung. 10 | 11 | 12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/soap/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
7 | &reftitle.install; 8 | 9 | Um die SOAP-Unterstützung zu aktivieren, muss PHP mit der Option 10 | kompiliert werden. 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/mcrypt/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 |
7 | &reftitle.install; 8 | 9 | &pecl.moved-ver;7.2.0 10 | 11 | 12 | &pecl.info; 13 | &url.pecl.package;mcrypt. 14 | 15 |
16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/zlib/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Die Unterstützung für zlib ist in PHP nicht standardmäßig aktiviert. Es ist 8 | erforderlich, die Option 9 | beim Kompilieren von PHP anzugeben. 10 | 11 | &windows.builtin; 12 |
13 | 14 | 34 | 35 | -------------------------------------------------------------------------------- /install/windows/building.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Erstellen aus dem Quellcode 7 | 8 | Siehe die Schritt für 9 | Schritt Anleitung für die Kompilierung mit Visual Studio. 10 | 11 | 12 | 32 | -------------------------------------------------------------------------------- /reference/outcontrol/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Output-Control-&Functions; 7 | 8 | 9 | &reftitle.seealso; 10 | 11 | Siehe auch header und 12 | setcookie. 13 | 14 | 15 | 16 | &reference.outcontrol.entities.functions; 17 | 18 | 19 | 20 | 40 | 41 | -------------------------------------------------------------------------------- /appendices/migration83/windows-support.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Windows-Unterstützung 6 | 7 | 8 | PHP-Kern 9 | 10 | 11 | Die niedrigste unterstützte Windows-Version wurde auf Windows 8 oder 12 | Windows Server 2012 angehoben. 13 | 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /install/cloud/ec2.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Amazon EC2 7 | 8 | PHP kann auf der EC2 Cloud Plattform installiert werden. 9 | 10 | 11 | Siehe auch AWS SDK für PHP. 12 | 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/bzip2/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | Die Bzip2-Unterstützung ist in PHP nicht standardmäßig aktiviert. 9 | Es ist erforderlich, die Option 10 | beim Kompilieren von PHP anzugeben. 11 | 12 |
13 | 14 | 34 | -------------------------------------------------------------------------------- /reference/xsl/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Die Erweiterung XSL ist in PHP enthalten und kann über die Option 8 | in Ihrer Build-Konfiguration aktiviert 9 | werden. Dabei steht DIR für das Installationsverzeichnis der libxslt-Bibliothek. 10 | 11 |
12 | 13 | 33 | -------------------------------------------------------------------------------- /reference/strings/functions/join.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | join 7 | &Alias; implode 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | implode. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/uodbc/functions/odbc-do.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | odbc_do 8 | &Alias; odbc_exec 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | odbc_exec. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/zlib/functions/gzputs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | gzputs 7 | &Alias; gzwrite 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | gzwrite. 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/errorfunc/functions/user-error.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | user_error 7 | &Alias; trigger_error 8 | 9 | 10 | &reftitle.description; 11 | 12 | &info.function.alias; trigger_error. 13 | 14 | 15 | 16 | 36 | -------------------------------------------------------------------------------- /reference/url/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | URLs 8 | URLs 9 | 10 | 11 | &reftitle.intro; 12 | 13 | Umgang mit URL-Strings: Encoden, decoden und parsen. 14 | 15 | 16 | 17 | &reference.url.constants; 18 | &reference.url.reference; 19 | 20 | 21 | 22 | 23 | 43 | -------------------------------------------------------------------------------- /reference/filesystem/functions/fputs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | fputs 8 | &Alias; fwrite 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; 15 | fwrite. 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /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/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/sockets/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | Die hier beschriebenen Socket-Funktionen sind Teil einer PHP-Extension, 9 | die zum Zeitpunkt des Kompilierens eingeschaltet sein muss. Verwenden Sie 10 | dazu die Option des 11 | configure-Kommandos. 12 | 13 |
14 | 15 | 35 | 36 | -------------------------------------------------------------------------------- /reference/strings/functions/strchr.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | strchr 7 | &Alias; strstr 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | strstr. 15 | 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/fpm/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | FastCGI Prozess-Manager 7 | 8 | 9 | &reftitle.intro; 10 | &fpm.intro; 11 | 12 | Dieses SAPI ist mit PHP gebündelt. 13 | 14 | 15 | 16 | &reference.fpm.setup; 17 | &reference.fpm.observability; 18 | &reference.fpm.reference; 19 | 20 | 21 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/v8js/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 |
9 | &reftitle.required; 10 | 11 | PHP und die V8-Bibliothek mit Headern sind an den üblichen 12 | Orten installiert. 13 | 14 |
15 | 16 | &reference.v8js.configure; 17 | 18 | &reference.v8js.ini; 19 | 20 |
21 | 22 | 42 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocifreedesc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocifreedesc 7 | &Alias; OCILob::free 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCILob::free 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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/posix/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | POSIX &Functions; 7 | 8 | 9 | &reftitle.seealso; 10 | 11 | Der Abschnitt über Prozesskontroll-Funktionen könnte für Sie von 13 | Interesse sein. 14 | 15 | 16 | 17 | &reference.posix.entities.functions; 18 | 19 | 20 | 21 | 41 | 42 | -------------------------------------------------------------------------------- /security/sessions.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Session Sicherheit 8 | 9 | 10 | Es ist wichtig die HTTP Session Verwaltung sicher zu halten. Sessionbezogene Sicherheit ist beschrieben im Abschnitt Session Sicherheit in der Session Modul Referenz. 11 | 12 | 13 | 14 | 15 | 35 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicloselob.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicloselob 7 | &Alias; OCILob::close 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCILob::close 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollmax.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicollmax 7 | &Alias; OCICollection::max 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCICollection::max 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociloadlob.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ociloadlob 7 | &Alias; OCILob::load 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCILob::load 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocisavelob.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocisavelob 7 | &Alias; OCILob::save 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCILob::save 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/recode/functions/recode.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | recode 8 | &Alias; recode_string 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; 15 | recode_string. 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /appendices/migration74/new-classes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Neue Klassen und Interfaces 7 | 8 | 9 | Reflection 10 | 11 | 12 | 13 | 14 | ReflectionReference 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 42 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-add.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | date_add 8 | &Alias; DateTime::add 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; DateTime::add 15 | 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /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 | 21 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollsize.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicollsize 7 | &Alias; OCICollection::size 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCICollection::size 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicolltrim.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicolltrim 7 | &Alias; OCICollection::trim 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCICollection::trim 13 | &warn.deprecated.alias-5-4-0; 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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/gettext/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 | &reftitle.install; 6 | 7 | Um GNU gettext-Unterstützung in Ihrem PHP einzubinden, müssen Sie die Option 8 | Ihrer 9 | Build-Konfiguration hinzufügen. Dabei steht DIR für das 10 | gettext-Installationsverzeichnis, standardmäßig gesetzt auf 11 | /usr/local. 12 | 13 |
14 | 15 | 35 | -------------------------------------------------------------------------------- /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/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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/dir/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | Verzeichnis-&Functions; 6 | 7 | 8 | &reftitle.seealso; 9 | 10 | Für verwandte Funktionen wie zum Beispiel dirname, 11 | is_dir, mkdir und 12 | rmdir, lesen Sie auch das 13 | Filesystem-Kapitel. 14 | 15 | 16 | 17 | &reference.dir.entities.functions; 18 | 19 | 20 | 21 | 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/ocicollappend.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicollappend 7 | &Alias; OCICollection::append 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCICollection::append 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollassign.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicollassign 7 | &Alias; OCICollection::assign 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCICollection::assign 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocisavelobfile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocisavelobfile 7 | &Alias; OCILob::import 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCILob::import 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/sodium/configure.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 |
6 | &reftitle.install; 7 | 8 | 9 | Beim Kompilieren von PHP muss 10 | verwendet werden. 11 | 12 | 13 | 14 | Windows-Benutzer sollten php_sodium.dll in 15 | die &php.ini; hinzufügen. 16 | 17 | 18 |
19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-format.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | date_format 8 | &Alias; DateTime::format 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; DateTime::format 15 | 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-modify.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | date_modify 8 | &Alias; DateTime::modify 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; DateTime::modify 15 | 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/exec/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 | 9 |
10 | &reftitle.resources; 11 | 12 | Diese Extension definiert eine process-Ressource, die von 13 | proc_open zurückgegeben wird. 14 | 15 |
16 | 17 | 18 |
19 | 20 | 40 | 41 | -------------------------------------------------------------------------------- /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/misc/functions/show-source.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | show_source 8 | &Alias; highlight_file 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; 15 | highlight_file. 16 | 17 | 18 | 19 | 20 | 21 | 22 | 42 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocicollgetelem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicollgetelem 7 | &Alias; OCICollection::getElem 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCICollection::getElem 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/gmp/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | GMP &Functions; 7 | 8 | 9 |
10 | &reftitle.seealso; 11 | 12 | Weitere mathematische Funktionen finden Sie im Kapitel 13 | . 14 | 15 |
16 |
17 | 18 | &reference.gmp.entities.functions; 19 | 20 |
21 | 22 | 42 | -------------------------------------------------------------------------------- /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 | 38 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocibindbyname.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | ocibindbyname 8 | &Alias; oci_bind_by_name 9 | 10 | 11 | 12 | &reftitle.description; 13 | &Alias; oci_bind_by_name 14 | &warn.deprecated.alias-5-4-0; 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ocifreecollection.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocifreecollection 7 | &Alias; OCICollection::free 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCICollection::free 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/oci8/oldaliases/ociwritelobtofile.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ociwritelobtofile 7 | &Alias; OCILob::export 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCILob::export 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 18 | 19 | 39 | -------------------------------------------------------------------------------- /reference/simplexml/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | &reftitle.setup; 8 | 9 | 10 |
11 | &reftitle.required; 12 | &libxml.required; 13 |
14 | 15 | 16 | 17 | &reference.simplexml.configure; 18 | 19 | 20 |
21 | 22 | 42 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-date-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | date_date_set 8 | &Alias; DateTime::setDate 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; DateTime::setDate 15 | 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-time-set.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | date_time_set 8 | &Alias; DateTime::setTime 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; DateTime::setTime 15 | 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /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 | 21 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/var/functions/is-long.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | is_long 8 | &Alias; is_int 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; 15 | is_int. 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/dir/book.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | Verzeichnis-&Functions; 8 | 9 | 17 | 18 | &reference.dir.constants; 19 | &reference.dir.directory; 20 | &reference.dir.reference; 21 | 22 | 23 | 24 | 44 | -------------------------------------------------------------------------------- /reference/imap/functions/imap-scan.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | imap_scan 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/ocicollassignelem.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | ocicollassignelem 7 | &Alias; OCICollection::assignElem 8 | 9 | 10 | 11 | &reftitle.description; 12 | &Alias; OCICollection::assignElem 13 | &warn.deprecated.alias-5-4-0; 14 | 15 | 16 | 17 | 37 | -------------------------------------------------------------------------------- /reference/zip/reference.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Zip &Functions; 7 | 8 | 9 | 10 | Die procedurale API sollte ab PHP 8.0.0 nicht mehr verwendet werden. 11 | Stattdessen sollte ZipArchive verwendet werden. 12 | 13 | 14 | 15 | 16 | &reference.zip.entities.functions; 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/datetime/functions/date-offset-get.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | date_offset_get 8 | &Alias; DateTime::getOffset 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; DateTime::getOffset 15 | 16 | 17 | 18 | 19 | 20 | 21 | 41 | -------------------------------------------------------------------------------- /reference/filesystem/functions/set-file-buffer.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | set_file_buffer 8 | &Alias; stream_set_write_buffer 9 | 10 | 11 | 12 | &reftitle.description; 13 | 14 | &info.function.alias; 15 | stream_set_write_buffer. 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /reference/network/functions/socket-get-status.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | socket_get_status 7 | &Alias; stream_get_meta_data 8 | 9 | 10 | 11 | &reftitle.description; 12 | 13 | &info.function.alias; 14 | stream_get_meta_data. 15 | 16 | 17 | 18 | 19 | 20 | 40 | -------------------------------------------------------------------------------- /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 | 20 | 40 | -------------------------------------------------------------------------------- /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 | 19 | 39 | -------------------------------------------------------------------------------- /reference/soap/setup.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | &reftitle.setup; 7 | 8 |
9 | &reftitle.required; 10 | &libxml.required; 11 |
12 | 13 | 14 | &reference.soap.configure; 15 | 16 | 17 | 18 | 19 | &reference.soap.ini; 20 | 21 | 22 |
23 | 24 | 44 | --------------------------------------------------------------------------------