Home  >  Article  >  Backend Development  >  php使用sqlsrv调用sql2008存储过程,如何取得返回值

php使用sqlsrv调用sql2008存储过程,如何取得返回值

WBOY
WBOYOriginal
2016-06-23 14:00:191062browse

代码如下:

存储过程在sql2008里调用时:

就想得到"现在是2014-03-20 09:54:44    "和"你发给服务器的指令是 请假 和客户吃饭呢。 接口尚在开发中。"

求指导


回复讨论(解决方案)

sqlsrv_fetch_array

问题已解决,上网查了好多资料。楼上正解,但还少些细节罢了,感谢!

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
Previous article:php请教Next article:字符串如何匹配数组和?