...

/

Challenge: Data Manipulation of Foreign Function Interface in PHP

Challenge: Data Manipulation of Foreign Function Interface in PHP

A hands-on exercise to test your knowledge of PHP 8's new feature, which makes direct C-language calls.

We'll cover the following...

This challenge will extensively test your understanding of the new PHP 8 feature of making direct C-language calls. We will use these concepts to establish a connection between C and PHP languages.

Task

Use the FFI extension in PHP to ...