<?php require_once '../src/Mind.php'; $Mind = new Mind(); $url = 'https://www.google.com/'; if($Mind->is_https($url)){ echo 'Bu bir HTTPS ba?lant?s?d?r.'; } else { echo 'Bu bir HTTPS ba?lant?s? de?ildir.'; }
info at phpclasses dot org