ivory/examples/helloworld
2019-03-18 17:10:12 +01:00
..
src Added support to set functions for module 2017-08-13 02:26:44 +08:00
Cargo.toml Implemented to build empty php extension in Rust 2017-08-12 15:16:07 +08:00
README.md bumb api version and add basic readme to example 2019-03-18 17:10:12 +01:00

Example

Usage

  • build with cargo +nightly build
  • run php with the module and call the defined method
    php -d extension=target/debug/libhelloworld.so -r 'helloworld();'`