PHP code example of reg2005 / seo_generator
1. Go to this page and download the library: Download reg2005/seo_generator library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
reg2005 / seo_generator example snippets
get_keywords($string, $array = FALSE, $sort = FALSE)
$string = 'Текст';
$array = boolean (в каком виде вернуть - true = весь массив, false = обрезанная строка);
$sort = boolean (Отсортировать по количеству вхождений в тексте, по умолчанию FALSE)
---------------------------
get_description($string);