PHP 8.5.0 Alpha 1 available for testing

Voting

: min(three, nine)?
(Example: nine)

The Note You're Voting On

(remove) dot nasretdinov at (remove) dot gmail dot com
16 years ago
There is only one variant that works in my case for my Russian UTF-8 letters:

<?php
function mb_basename($file)
{
return
end(explode('/',$file));
}
><

It is intented for UNIX servers

<< Back to user notes page

To Top