CakeFest 2024: The Official CakePHP Conference

ストリームのクラス

ユーザー定義のラッパーは、stream_wrapper_register() で、同関数の説明ページに記載されたクラス定義を使うことで、 登録することができます。

ユーザー定義のフィルタ用に、ベースとなる抽象クラスとして php_user_filter クラスがあらかじめ定義されています。 ユーザー定義のフィルタの実装に関する詳細は、 stream_filter_register() を参照ください。

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top