Skip to main
WritePHPOnline
- Start write and run your php code online
Editor
PHP Tutorial
Crontab Generator
<?php
//callback function function add($a, $b) { echo ($a * $a) + ($b * $b); } call_user_func('add');
//callback function function add($a, $b) { echo ($a * $a) + ($b * $b); } call_user_func('add');
Hello World!