摘要: 几何点geometry类型,更新插入时值前需要ST_GeomFromText 函数; 几何面(多面)polygon(multipolygon)类型,更新插入时值前需要ST_PolygonFromText和ST_MultiPolygonFromText函数; 阅读全文
posted @ 2019-05-27 14:28 番薯8023 阅读(1656) 评论(0) 推荐(0)
摘要: $tem = file_get_contents(dirname(__FILE__).DS.'文件名'); preg_match_all("/function\s+([^\(]+)/",$tem,$matches); var_dump($matches); 阅读全文
posted @ 2018-12-10 18:07 番薯8023 阅读(727) 评论(0) 推荐(0)