enable_images
enable_images($enable=true,$refresh=true); - allow or prohibit loading and displaying images in the browser (when images are disabled, the transition to the page is significantly accelerated).
You can check whether images are allowed or not in the browser by using this function is_enable_images.
the input Function accepts parameters:
$enable – allow (true) or deny (false)$refresh – whether to refresh (true) or not (false) the page after this command
After testing, the function returns the result of its work to the script :
true – completed successfully
false – failed