OGRSFDriver - geonef/php5-gdal GitHub Wiki
- Doc of original C++ interface : http://www.gdal.org/ogr/classOGRSFDriver.html
(Commented with '//' means it is not implemented yet)
ogrsfdriver.cc: PHP_ME(OGRSFDriver, GetName, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: //PHP_ME(OGRSFDriver, Open, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: PHP_ME(OGRSFDriver, TestCapability, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: //PHP_ME(OGRSFDriver, CreateDataSource, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: //PHP_ME(OGRSFDriver, DeleteDataSource, NULL, ZEND_ACC_PUBLIC) ogrsfdriver.cc: //PHP_ME(OGRSFDriver, CopyDataSource, NULL, ZEND_ACC_PUBLIC)