Fatal Error while calling MySQL stored function from PHP using MySQLi
问题 Server details: PHP v5.3.5 Using MySQLi library client api version: mysqlnd 5.0.7-dev - 091210 - $Revision: 304625 $ MySQL Server v5.5.9 I have a stored function in MySQL called f_get_owner_locations( _in int ). It constructs a text variable that holds the locations of whichever condos a specific owner owns. If I run a SELECT f_get_owner_locations( 3 ); from the MySQL command line, it does what it's supposed to do and returns one row: +----------------------------+ | f_get_owner_locations( 3