Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
israel-nogueira committed Mar 13, 2024
1 parent 52cee7b commit 1ae2cc8
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,24 @@ Como classificar um texto:


?>
```
Irá retornar algo parecido com isso:

```
Array
(
[0] => Array
(
[CATEGORIA] => INSATISFEITO
[PCT] => 9.90
)
[1] => Array
(
[CATEGORIA] => FELIZ
[PCT] => 16.69
)
)
```

0 comments on commit 1ae2cc8

Please sign in to comment.