ivory/examples/helloworld
2019-04-05 19:56:34 +02:00
..
src initial return type handling 2019-04-05 19:56:34 +02:00
Cargo.toml cleanup 2019-04-01 22:21:07 +02:00
README.md cleanup 2019-04-01 22:21:07 +02: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();'`