Home  >  Article  >  Backend Development  >  PHP PDO 调用存储过程 返回多个集合 和 输出参数 怎么获取

PHP PDO 调用存储过程 返回多个集合 和 输出参数 怎么获取

WBOY
WBOYOriginal
2016-06-13 11:42:39992browse

PHP PDO 调用存储过程 返回多个集合 和 输出参数 如何获取?
select * from table;
select * from table1;
out $id;

如上:存储过程返回两个结果集和一个输出参数,如何在PHP中获得这两个结果集和输出参数?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn