Approval.
This commit is contained in:
6
ar/query_asc_desc.php
Normal file
6
ar/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
cs/query_asc_desc.php
Normal file
6
cs/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
de/query_asc_desc.php
Normal file
6
de/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Aufsteigend',
|
||||
'DESC' => 'Absteigend',
|
||||
);
|
||||
6
dsb/query_asc_desc.php
Normal file
6
dsb/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
en/query_asc_desc.php
Normal file
6
en/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
es/query_asc_desc.php
Normal file
6
es/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
fr/query_asc_desc.php
Normal file
6
fr/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
hi/query_asc_desc.php
Normal file
6
hi/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
hsb/query_asc_desc.php
Normal file
6
hsb/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
hu/query_asc_desc.php
Normal file
6
hu/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
id/query_asc_desc.php
Normal file
6
id/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
it/query_asc_desc.php
Normal file
6
it/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
iw/query_asc_desc.php
Normal file
6
iw/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
kn/query_asc_desc.php
Normal file
6
kn/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
nl/query_asc_desc.php
Normal file
6
nl/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
pl/query_asc_desc.php
Normal file
6
pl/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
pt/query_asc_desc.php
Normal file
6
pt/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
qu/query_asc_desc.php
Normal file
6
qu/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
ro/query_asc_desc.php
Normal file
6
ro/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
ru/query_asc_desc.php
Normal file
6
ru/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
ta/query_asc_desc.php
Normal file
6
ta/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
te/query_asc_desc.php
Normal file
6
te/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
tl/query_asc_desc.php
Normal file
6
tl/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
tr/query_asc_desc.php
Normal file
6
tr/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
uk/query_asc_desc.php
Normal file
6
uk/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
6
zh/query_asc_desc.php
Normal file
6
zh/query_asc_desc.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?PHP
|
||||
declare(strict_types = 1);
|
||||
$query_asc_desc = array (
|
||||
'ASC' => 'Ascending',
|
||||
'DESC' => 'Descending',
|
||||
);
|
||||
Reference in New Issue
Block a user