ivory/examples/helloworld
2019-03-27 22:27:33 +01:00
..
src argument unpacking 2019-03-27 22:27:33 +01:00
Cargo.toml function gen wip 2019-03-20 00:15:55 +01:00
README.md remove unneeded linker args to make it work on stable 2019-03-18 17:11:45 +01:00

Example

Usage

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