mirror of
https://github.com/icewind1991/ivory.git
synced 2026-06-03 10:44:09 +02:00
| .. | ||
| src | ||
| Cargo.toml | ||
| README.md | ||
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();'`