flush
[mdref/mdref-propro] / propro.md
1 # pecl/propro
2
3 ## About:
4
5 The "Property Proxy" extension provides a fairly transparent proxy for internal object properties hidden in custom non-zval implementations.
6
7 > **Note:** This extension mostly only provides infrastructure for other extensions.
8
9 See the php\PropertyProxy class, for the user-land visible part of the implementation.