add_property_null(object, "context");
}
- /* call the unlink method */
+ /* call the mkdir method */
MAKE_STD_ZVAL(zfilename);
ZVAL_STRING(zfilename, url, 1);
args[0] = &zfilename;
add_property_null(object, "context");
}
- /* call the unlink method */
+ /* call the rmdir method */
MAKE_STD_ZVAL(zfilename);
ZVAL_STRING(zfilename, url, 1);
args[0] = &zfilename;
add_property_null(object, "context");
}
- /* call the stat_url method */
-
- /* call it's stream_open method - set up params first */
+ /* call it's stat_url method - set up params first */
MAKE_STD_ZVAL(zfilename);
ZVAL_STRING(zfilename, url, 1);
args[0] = &zfilename;