Is there a function in PHP that allows me to reverse the order of results of a while ?
For example, I have the following code that checks for a URL.
<?php
function url_exists($url) {
$ch = curl_init($url);
curl_setopt($ch,...
asked by
14.01.2015 / 16:46