diff --git a/PHP/README.md b/PHP/README.md index affbb52..d8de968 100644 --- a/PHP/README.md +++ b/PHP/README.md @@ -1,7 +1,8 @@ # PHP ## std -- [`gettype`](gettype.php) - Get the type of a variable +- [`gettype`](gettype.php) - Возвращает тип переменной +- [`in_array`](in_array.php) - Проверяет, присутствует ли значение в массиве - [`SQLite3`](sqlite3.php) - Простой использования класса SQLite3 ## Libs diff --git a/PHP/in_array.php b/PHP/in_array.php new file mode 100644 index 0000000..50e3308 --- /dev/null +++ b/PHP/in_array.php @@ -0,0 +1,10 @@ +