PHP 8.4.24 Released!

Voting

: three plus four?
(Example: nine)

The Note You're Voting On

_____ at luukku dot com
23 years ago
People, don't use ereg_replace for the most simple string replacing operations (replacing constant string with another).
Use str_replace.

<< Back to user notes page

To Top