Home | Mirror | Search

2.  php.ini

2.1. ini_set

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

2.2. ini_get

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