Module ext_php_rs::describe[][src]

Expand description

Types used to describe downstream extensions. Used by the cargo-php CLI application to generate PHP stub files used by IDEs.

Modules

ABI-stable standard library types.

Structs

Represents an exported class.

Represents an exported constant, stand alone or attached to a class.

Represents a set of comments on an export.

Represents an exported function.

Represents a method attached to an exported class.

Represents an extension containing a set of exports.

Represents a parameter attached to an exported function or method.

Represents a property attached to an exported class.

Represents a value returned from a function or method.

Enums

Enumerator used to differentiate between methods.

Enumerator used to differentiate between different method and property visibilties.

Traits

Implemented on types which can be converted into PHP stubs.