Warning: mkdir(): No space left on device in /var/www/tgoop/post.php on line 37

Warning: file_put_contents(aCache/aDaily/post/jupiterAPI/--): Failed to open stream: No such file or directory in /var/www/tgoop/post.php on line 50
ژوپیتـر اِی‌پی‌آی | Jupiter API@jupiterAPI P.996
JUPITERAPI Telegram 996
#paginate
🔗 از این تابع میتونید برای صفحه بندی سایت ها و گاهی ربات ها استفاده کنید. خروجی به صورت صفحه قبلی صفحه بعدی و شماره صفحات برای صفحه بندی هست. ورودی هم شامل صفحه فعلی (از 1 شروع میشه) تعداد صفحات میشه
function paginate(int $current, int $max, int $sides = 2, bool $etc = false): array
{
$prev = $current <= 1 ? null : $current - 1;
$next = $current >= $max ? null : $current + 1;
$items = [1];
if ($max >= 1) {
if ($etc && $current > 2 * $sides) $items[] = "…";
$r = $sides;
$r1 = $current - $r;
$r2 = $current + $r;
for ($i = max($r1, $sides); $i <= min($max, $r2); $i++) $items[] = $i;
if ($etc && $r2 + 1 < $max) $items[] = "…";
if ($r2 < $max) $items[] = $max;
}
return [
"current" => $current,
"prev" => $prev,
"next" => $next,
"items" => $items,
];
}
2



tgoop.com/jupiterAPI/996
Create:
Last Update:

#paginate
🔗 از این تابع میتونید برای صفحه بندی سایت ها و گاهی ربات ها استفاده کنید. خروجی به صورت صفحه قبلی صفحه بعدی و شماره صفحات برای صفحه بندی هست. ورودی هم شامل صفحه فعلی (از 1 شروع میشه) تعداد صفحات میشه

function paginate(int $current, int $max, int $sides = 2, bool $etc = false): array
{
$prev = $current <= 1 ? null : $current - 1;
$next = $current >= $max ? null : $current + 1;
$items = [1];
if ($max >= 1) {
if ($etc && $current > 2 * $sides) $items[] = "…";
$r = $sides;
$r1 = $current - $r;
$r2 = $current + $r;
for ($i = max($r1, $sides); $i <= min($max, $r2); $i++) $items[] = $i;
if ($etc && $r2 + 1 < $max) $items[] = "…";
if ($r2 < $max) $items[] = $max;
}
return [
"current" => $current,
"prev" => $prev,
"next" => $next,
"items" => $items,
];
}

BY ژوپیتـر اِی‌پی‌آی | Jupiter API


Share with your friend now:
tgoop.com/jupiterAPI/996

View MORE
Open in Telegram


Telegram News

Date: |

Clear SUCK Channel Telegram Write your hashtags in the language of your target audience. The channel also called on people to turn out for illegal assemblies and listed the things that participants should bring along with them, showing prior planning was in the works for riots. The messages also incited people to hurl toxic gas bombs at police and MTR stations, he added. Telegram offers a powerful toolset that allows businesses to create and manage channels, groups, and bots to broadcast messages, engage in conversations, and offer reliable customer support via bots.
from us


Telegram ژوپیتـر اِی‌پی‌آی | Jupiter API
FROM American