undefined function: file_put_contents()的问题

简介:

系统:CentOS release 4.7 (Final)    yum安装自带的RPM包

undefined function:  file_put_contents() ,PHP调用不了这个函数,

 

发现是版本问题。同一个脚本中的file_get_contents()是PHP 4&5都有的,而这个file_put_contents()函数却是PHP5新增的函数。不过调用函数出错,在页面上却没有任何提示,要查看apache的日志文件才能发现。

 


本文转自 holy2009 51CTO博客,原文链接:http://blog.51cto.com/holy2010/411444

相关文章
|
5月前
|
定位技术 Apache
Echarts——Invalid geoJson format Cannot read property 'length' of undefined
Echarts——Invalid geoJson format Cannot read property 'length' of undefined
114 0
|
6月前
|
开发者 Python
【Python】已解决:TypeError: descriptor ‘index‘ for ‘list‘ objects doesn‘t apply to a ‘str‘ object
【Python】已解决:TypeError: descriptor ‘index‘ for ‘list‘ objects doesn‘t apply to a ‘str‘ object
165 0
Cannot read properties of undefined (reading ‘post‘)
Cannot read properties of undefined (reading ‘post‘)
【已解决】Error: Element type is invalid: expected a string (for built-in components) or a class/function
Error: Element type is invalid: expected a string (for built-in components) or a class/function
2579 0
【已解决】Error: Element type is invalid: expected a string (for built-in components) or a class/function
|
8月前
|
缓存 JavaScript
报错:cannot read properties of undefined “reading url“
报错:cannot read properties of undefined “reading url“
192 6
|
8月前
报错:cannot read properties of undefined(reading ‘forEach‘)
报错:cannot read properties of undefined(reading ‘forEach‘)
667 1
报错:cannot read properties of undefined(reading ‘forEach‘)
|
8月前
【报错】 “TypeError: Cannot read properties of undefined (reading ‘split‘)“
【报错】 “TypeError: Cannot read properties of undefined (reading ‘split‘)“
987 0
|
8月前
|
JavaScript
【报错】:Cannot read properties of undefined (reading ‘prototype‘)
【报错】:Cannot read properties of undefined (reading ‘prototype‘)
432 0
|
JavaScript 前端开发
element-plus 报错 TypeError: Cannot read properties of undefined (reading ‘setCheckedKeys‘)
element-plus 报错 TypeError: Cannot read properties of undefined (reading ‘setCheckedKeys‘)
446 0
|
编译器 C语言
__FILE__, __LINE__ __FUNCTION__
__FILE__, __LINE__ __FUNCTION__