Crate phper_alloc[][src]

Expand description

Alloc related items for phper.

License

Unlicense.

Structs

EBox

The Box which use php emalloc and efree to manage memory.

Traits

EAllocatable

The item which can be placed into container EBox.