From 3ee06dd634ca0c540b7e54cfd97e1c8f44975ffe Mon Sep 17 00:00:00 2001 From: raysr01 <34476335+raysr01@users.noreply.github.com> Date: Sat, 29 Dec 2018 23:24:53 +0200 Subject: [PATCH] Added more info links (#31136) * Added more info links * fix: removed non-official php doc links --- guide/english/php/loop/index.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/guide/english/php/loop/index.md b/guide/english/php/loop/index.md index aea2c067e7..a62dfb75ed 100644 --- a/guide/english/php/loop/index.md +++ b/guide/english/php/loop/index.md @@ -169,3 +169,6 @@ foreach ($array as $name) > Hi, my name is Cecily. > "Hello, Cecily!" ``` + +## For More Information: +http://php.net/manual/en/control-structures.for.php