Hello, what php code replaces one function with another.
An example only
<?php
function a(){here is function a}
function b(){here is function b}
Code here stating that on next page load function b() will replace function a().
?>
I need something replacing the first, not just adding to it. Please let me know, thanks very much.