There are many wrappers built into PHP by default ( See Appendix I ) , and additional , custom wrappers may be added either within a PHP script using stream_register_wrapper( ) , or directly from an extension using the API Reference in Kapitel 43 .
Custom filters can be defined in a PHP script using stream_register_filter( ) or in an extension using the API Reference in Kapitel 43 .
Inga externa bibliotek behövs för att bygga det tillägg .
Den här utbyggnaden definerar inte några konfigurationsdirektiv i php.ini .
Exempel 1 .
Exempel 2 .
Exempel 3 .