开发者

mysql user defined function - How to in PHP

开发者 https://www.devze.com 2023-02-10 00:45 出处:网络
How to create mysql user defined function with PHP, is that straight away passing whole create mysql UDF code in mysql_query function ?

How to create mysql user defined function with PHP, is that straight away passing whole create mysql UDF code in mysql_query function ?

Is there any php 开发者_开发问答library or easy way to play with such things ?


It's just a query like any other. Send it with mysql_query.

0

精彩评论

暂无评论...
验证码 换一张
取 消