PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php function getCurrentYear(){ return intval(substr(date('Y-m-d'),-10,4)); } echo getCurrentYear();
Show:  
Copy Clear