PHP 8.5.0 Alpha 4 available for testing

Voting

: min(zero, six)?
(Example: nine)

The Note You're Voting On

mitgath at gmail dot com
16 years ago
according to:
http://bugs.php.net/bug.php?id=21317
here's missing function

<?php
function mb_str_pad ($input, $pad_length, $pad_string, $pad_style, $encoding="UTF-8") {
return
str_pad($input,
strlen($input)-mb_strlen($input,$encoding)+$pad_length, $pad_string, $pad_style);
}
?>

<< Back to user notes page

To Top