⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gdal_php.i

📁 支持各种栅格图像和矢量图像读取的库
💻 I
字号:
/* * $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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -