Home | Mirror | SearchITEYE 博客 | 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');
?>