PHP 8.5.0 Alpha 4 available for testing

Voting

: eight minus seven?
(Example: nine)

The Note You're Voting On

surfchen at gmail dot com
15 years ago
As of php 5.3, you can use the following code to get the preferred locale of the http agent.

<?php
$locale
= Locale::acceptFromHttp($_SERVER['HTTP_ACCEPT_LANGUAGE']);
?>

<< Back to user notes page

To Top