According to the documents [cubrid_fetch|http://www.php.net/manual/en/function.cubrid-fetch.php], [cubrid_fetch_row|http://www.php.net/manual/en/function.cubrid-fetch-row.php], [cubrid_fetch_array|http://www.php.net/manual/en/function.cubrid-fetch-array.php] and [cubrid_fetch_assoc|http://www.php.net/manual/en/function.cubrid-fetch-assoc.php], we shouldn't return false when there are no more data, but these functions will return false in this situation now.
In order to synchronizing with the documents, when there are no more data, we return nothing, not false.