티스토리 뷰
※ memory_get_usage
※ ini_set('memory_limit', '..M')
Description
string ini_set ( string varname, string newvalue )Sets the value of the given configuration option. Returns the old value on success, FALSE on failure. The configuration option will keep this new value during the script's execution, and will be restored at the script's ending.
Not all the available options can be changed using ini_set(). There is a list of all available options in the appendix.
'개발 > PHP' 카테고리의 다른 글
[php] 수상한 php 배열 메모리 관련... (0) | 2012.09.26 |
---|---|
[php] (split) VS (explode) (0) | 2012.09.26 |
[php] implode, explode (0) | 2011.11.28 |
[php] array_fill() - 배열 초기화 (0) | 2011.11.27 |
[php] print_r( mixed expression [, bool return] ) (0) | 2011.11.13 |
댓글
최근에 올라온 글
최근에 달린 댓글
글 보관함
- Total
- Today
- Yesterday