17.2. php.ini
上一頁
第 17 章 Function
下一頁
Home
|
Mirror
|
Search
ITEYE 博客
|
OSChina 博客
|
51CTO 博客
17.2. php.ini
17.2.1. ini_set
@ini_set('memory_limit', '16M');
17.2.2. ini_get
<?php echo ini_get('short_open_tag'); ?>
Please enable JavaScript to view the
comments powered by Disqus.