php_stream_open_wrapper_ex
php_stream_open_wrapper_ex -- 
    コンテキストを指定して、ファイルまたはURLにストリームをオープンする
   
説明
php_stream * 
php_stream_open_wrapper_ex ( char * path, char * mode, int options, char ** opened, php_stream_context * context )
    php_stream_open_wrapper_ex() は
    php_stream_open_wrapper() と非常に似ていますが、
    php_stream_context オブジェクトを context で
    指定することができる点で異なります。
    ストリームコンテキストに関する詳細は
    ストリームコンテキスト
    を参照ください。