PHP Conference Kansai 2025

Voting

: seven plus two?
(Example: nine)

The Note You're Voting On

webfav at web dot de
9 years ago
all together

<?php
// ------------------------------------------------------------

header('Content-Type: text/html; charset=UTF-8');

mb_internal_encoding('UTF-8');
mb_http_output('UTF-8');
mb_http_input('UTF-8');
mb_regex_encoding('UTF-8');

// ------------------------------------------------------------
?>

<< Back to user notes page

To Top