From a026f2d1f1f75e00c423ddfed1ccea34448e22f8 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Wed, 3 Apr 2019 15:14:47 -0400 Subject: [PATCH] moving functions to php.md --- day1/instructor_notes/PHP.md | 12 ++++++++++++ day1/instructor_notes/PHP2.md | 12 ------------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/day1/instructor_notes/PHP.md b/day1/instructor_notes/PHP.md index 8f62635..b0ae624 100644 --- a/day1/instructor_notes/PHP.md +++ b/day1/instructor_notes/PHP.md @@ -375,3 +375,15 @@ Alternative syntax: :
``` + +## Functions + +```php + +``` diff --git a/day1/instructor_notes/PHP2.md b/day1/instructor_notes/PHP2.md index e326b68..4ff7b9a 100644 --- a/day1/instructor_notes/PHP2.md +++ b/day1/instructor_notes/PHP2.md @@ -1,17 +1,5 @@ # Intermediate PHP -## Functions - -```php - -``` - ## Convenience Methods PHP has lots of global functions that will help you out: