Predefined Constants
The constants below are always available as part of the PHP core.
Constant | Description |
---|---|
LOG_CONS |
if there is an error while sending data to the system logger, write directly to the system console |
LOG_NDELAY |
open the connection to the logger immediately |
LOG_ODELAY |
(default) delay opening the connection until the first message is logged |
LOG_NOWAIT |
|
LOG_PERROR |
print log message also to standard error |
LOG_PID |
include PID with each message |
Constant | Description |
---|---|
LOG_AUTH |
security/authorization messages (use LOG_AUTHPRIV instead
in systems where that constant is defined)
|
LOG_AUTHPRIV |
security/authorization messages (private) |
LOG_CRON |
clock daemon (cron and at) |
LOG_DAEMON |
other system daemons |
LOG_KERN |
kernel messages |
LOG_LOCAL0 ... LOG_LOCAL7 |
reserved for local use, these are not available in Windows |
LOG_LPR |
line printer subsystem |
LOG_MAIL |
mail subsystem |
LOG_NEWS |
USENET news subsystem |
LOG_SYSLOG |
messages generated internally by syslogd |
LOG_USER |
generic user-level messages |
LOG_UUCP |
UUCP subsystem |
Constant | Description |
---|---|
LOG_EMERG |
system is unusable |
LOG_ALERT |
action must be taken immediately |
LOG_CRIT |
critical conditions |
LOG_ERR |
error conditions |
LOG_WARNING |
warning conditions |
LOG_NOTICE |
normal, but significant, condition |
LOG_INFO |
informational message |
LOG_DEBUG |
debug-level message |
Constant | Description |
---|---|
DNS_A |
IPv4 Address Resource |
DNS_CAA |
Certification Authority Authorization Resource (available as of PHP 7.0.16 and 7.1.2) |
DNS_MX |
Mail Exchanger Resource |
DNS_CNAME |
Alias (Canonical Name) Resource |
DNS_NS |
Authoritative Name Server Resource |
DNS_PTR |
Pointer Resource |
DNS_HINFO |
Host Info Resource (See IANA's » Operating System Names for the meaning of these values) |
DNS_SOA |
Start of Authority Resource |
DNS_TXT |
Text Resource |
DNS_ANY |
Any Resource Record. On most systems
this returns all resource records, however
it should not be counted upon for critical
uses. Try DNS_ALL instead. |
DNS_AAAA |
IPv6 Address Resource |
DNS_ALL |
Iteratively query the name server for each available record type. |
Vertaling niet beschikbaar
De PHP-handleiding is nog niet in het Nederlands vertaald, dus het scherm is in het Engels. Als u wilt, kunt u het ook in het Frans of in het Duits raadplegen.
Als je de moed voelt, kun je je vertaling aanbieden ;-)
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 30/01/2003 gemaakt, de laatste keer de 26/10/2018 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/php-rf-network.constants.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.