The CMain.IsHTTPS function in PHP is used to determine whether the current page is being accessed over a secure HTTPS connection or not. It returns a boolean value, with true indicating that the page is being accessed over HTTPS, and false indicating that it is not. This function can be useful in conditional statements or for enforcing secure connections in certain parts of a PHP application.
PHP CMain::isHTTPS - 2 examples found. These are the top rated real world PHP examples of CMain::isHTTPS extracted from open source projects. You can rate examples to help us improve the quality of examples.