X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=docs%2Fv0.0%2Fion.html;h=db3733bfef5140412efc5802bcc57d4f9b9beb41;hb=ff55d584097034aaea2db240f5b2b2717b2990f3;hp=d8059b47b34419e758547b165d3ec6e2b4d9be6f;hpb=b372aaf7f0eeabb9d0e73d142039d5c062ca59c7;p=awesomized%2Fext-ion diff --git a/docs/v0.0/ion.html b/docs/v0.0/ion.html index d8059b4..db3733b 100644 --- a/docs/v0.0/ion.html +++ b/docs/v0.0/ion.html @@ -7,13 +7,13 @@ mdref - - + + - +
@@ -259,169 +259,181 @@
- -

pecl/ion

-

About:

-

PHP extension wrapping amzn/ion-c. -See the Amazon ION specification.

-

License:

-

BSD-2-Clause; -see spdx.org.

-

Installation:

-

PECL and PHARext is WIP.

-

Dependencies:

-

Required:

-

Trinity: +


+phpize
./configure
make # -j$(nproc)
sudo make install # INSTALL=install
+

Try with Docker: +


+docker build -t php-ion
docker run --rm php-ion -r 'echo ion\serialize(ion\Symbol\PHP::asTable());'
+

Editor Stub: +

See ion.stub.php.

Known Issues: +

Due to private internal state of ion-c's readers and writers, +instances of the following PHP classes cannot be cloned:

Editor Stub: +

This extension provides a stub file four your editor's auto-completion.

Download the Stub file:

-
- - -

Functions:

-