From 0afcdf3d9e03f652672326caed1e4ed9e1a6c119 Mon Sep 17 00:00:00 2001 From: SevenBoys00 Date: Fri, 16 Aug 2019 13:29:59 -0300 Subject: [PATCH] =?UTF-8?q?Traduzir=20trecho=20do=20c=C3=B3digo=20de=20exe?= =?UTF-8?q?mplo=20(#29150)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guide/portuguese/php/array/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/portuguese/php/array/index.md b/guide/portuguese/php/array/index.md index 7f3f1f2f61..bbd78ea373 100644 --- a/guide/portuguese/php/array/index.md +++ b/guide/portuguese/php/array/index.md @@ -9,9 +9,9 @@ Um array no PHP é na verdade um mapa ordenado. Um mapa é um tipo que associa v Aqui está um exemplo: ``` ``` @@ -32,4 +32,4 @@ Aqui está um exemplo simples: echo $array['bar']; ``` -Tenha um bom dia, feliz codificando !!! \ No newline at end of file +Tenha um bom dia, feliz codificando !!!