All translations

Enter a message name below to show all available translations.

Message

Found 2 translations.

NameCurrent message text
 h English (en)=== Example in PHP: ===
<pre>
$url = 'https://kaminari.systems/v1/pingtest';
try {
   $ch = curl_init( $url );
   $payload = json_encode([
       'kmnrKey' => 'XXXXXXXX',
       'kmnrId' => (string)mt_rand(),
       'sub1' => 'test',
       'sub2' => '1001',
       'sub3' => '10',
       'sub4' => '40',
       'sub5' => '555',
       'sub6' => '6',
       'sub7' => '77777',
   ]);
 h Russian (ru)=== Пример на PHP: ===
<pre>
$url = 'https://kaminari.systems/v1/pingtest';
try {
   $ch = curl_init( $url );
   $payload = json_encode([
       'kmnrKey' => 'XXXXXXXX',
       'kmnrId' => (string)mt_rand(),
       'sub1' => 'test',
       'sub2' => '1001',
       'sub3' => '10',
       'sub4' => '40',
       'sub5' => '555',
       'sub6' => '6',
       'sub7' => '77777',
   ]);