The function should be available, if php is compiled mit --with-xml, The function will not be available if php was compiled with --disable-xml, or is that function defined in the php.ini settings for disable_functions ? Or have you a typo in the code for that function ?
try a
<?php
var_dump(get_defined_funct
and check the output for that function name
Main Topics
Browse All Topics





by: pwang1973Posted on 2005-08-31 at 21:54:14ID: 14799542
anybody know if I need to include a file or load a module?