Home | Mirror | SearchITEYE 博客 | OSChina 博客 | 51CTO 博客

5.2.  php.ini

5.2.1. ini_set

@ini_set('memory_limit',          '16M');
			

5.2.2. ini_get

			
<?php
  echo ini_get('short_open_tag');
?>
			
			
comments powered by Disqus