Fatal error: Call to undefined function trunc() Как включить trunc() в php?
Цитата (slimzloi @ 21.01.2013 - 07:56) |
Fatal error: Call to undefined function trunc() Как включить trunc() в php? |
function trunc(){
return true;
}
Цитата (slimzloi @ 21.01.2013 - 08:19) |
Уточню проблему скрипт на php был написан и работал, после был перенесен и ругался на trunc() |
error_reporting(-1);
ini_set('display_errors', 1);