how to write php function

前端 未结 3 1396
無奈伤痛
無奈伤痛 2021-01-03 10:12

i want to know how i can write php function in c (like strtoupper). if is there any tutorial please put it here

thanks

3条回答
  •  无人及你
    2021-01-03 11:00

    If you just want to call a C function from PHP, you could use Gearman as an intermediary.

    http://gearman.org/

    http://pecl.php.net/package/gearman (PECL package)

提交回复
热议问题