Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

ini_set php

/**
 Change the configuration option value to $value.
 the php config will be changed only during the execution of the php script
*/
ini_set ( $option, $value );
 
PREVIOUS NEXT
Tagged: #php
ADD COMMENT
Topic
Name
3+3 =