Php handles strings

in an article, I want to extract what I want (in the symbol []). There may be many. I need to check whether there is repetition, non-repetitive use, link, or none! Find the code ~

Php
Sep.16,2021

<?php
$str = '';
preg_match_all('!(.+?)!',$str,$rows);

$result = array_unique($rows[1]);
$result = implode(',',$result);
var_dump($result);
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b36237-2c01a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b36237-2c01a.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?