Skip to content

Commit

Permalink
resolver issue 49
Browse files Browse the repository at this point in the history
  • Loading branch information
geekcom committed Sep 24, 2020
1 parent 60cac81 commit 748ed7e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 99-Functions/1-Funcoes.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,3 +337,5 @@ function authenticateUser(string $username, string $password)
return 'Login Successful';
}
```

Ir para: [4.2 - Funções de manipulação de String](2-Funcoes-strings.md)
4 changes: 3 additions & 1 deletion 99-Functions/2-Funcoes-strings.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4.1 - Funções de manipulação de String
# 4.2 - Funções de manipulação de String

Nesse tópico, iremos abordar algumas funções importantes para manipulação de string e deixar links úteis para você pesquisar mais sobre caso queira.

Expand Down Expand Up @@ -246,3 +246,5 @@ Exemplo #1
$string = 'Developers';
strtoupper($string); // retorna DEVELOPERS
```

Ir para: [4.3 - Funções de manipulação de Arrays](3-Funcoes-arrays.md)
2 changes: 2 additions & 0 deletions 99-Functions/3-Funcoes-arrays.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,3 +227,5 @@ $result = array_replace($names, $nick1, $nick2);
// 'JuhBotelho',
// ]
```

Ir para: [4.4 - Funções de manipulação de Arquivos](4-Funcoes-arquivos.md)

0 comments on commit 748ed7e

Please sign in to comment.