gdal_php.i

来自「支持各种栅格图像和矢量图像读取的库」· I 代码 · 共 23 行

I
23
字号
/* * $Id: gdal_php.i 8189 2005-09-02 16:19:23Z kruland $ * * php specific code for gdal bindings. *//* * $Log$ * Revision 1.1  2005/09/02 16:19:23  kruland * Major reorganization to accomodate multiple language bindings. * Each language binding can define renames and supplemental code without * having to have a lot of conditionals in the main interface definition files. * */%init %{  if (GDALGetDriverCount() == 0 ) {    GDALAllRegister();  }%}%include typemaps_php.i

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?