PHP 8.6.0 Beta 1 is available for testing

Voting

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

The Note You're Voting On

php at kamiware dot org
9 years ago
str_replace is NOT multi-bite safe.

This Ukrainian word gives a bug when used in the next code: відео

$rubishcharacters='[#|\[{}\]´`≠,;.:-\\_<>=*+"\'?()!§$&%';
$searchstring='відео';

$result = str_replace(str_split($rubishcharacters), ' ', $searchstring);

<< Back to user notes page

To Top