Groups
Groups
Sign in
Groups
Groups
Zend Certification Study Group
Conversations
About
Send feedback
Help
Group path
Zend Certification Study Group
1–30 of 159
Mark all as read
Report group
0 selected
Dan Kelly
2/27/13
OOP Resourses
Any one have any good Learning OOP resources that they would like to share?
unread,
OOP Resourses
Any one have any good Learning OOP resources that they would like to share?
2/27/13
Dan Kelly
12/26/12
Will Zend 5 PHP certification be on your New Years Resolution List for 2013?
Hello Everyone, Just wondering if there is any one still interested in prepping for the Zend
unread,
Will Zend 5 PHP certification be on your New Years Resolution List for 2013?
Hello Everyone, Just wondering if there is any one still interested in prepping for the Zend
12/26/12
shaded2
, …
Dan Kelly
4
8/28/12
PHP BASICS - question 2
Agreed On Friday, August 24, 2012 6:17:09 AM UTC-4, Dan Kelly wrote: D is the correct answer. On Thu,
unread,
PHP BASICS - question 2
Agreed On Friday, August 24, 2012 6:17:09 AM UTC-4, Dan Kelly wrote: D is the correct answer. On Thu,
8/28/12
shaded2
, …
Dan Kelly
4
8/28/12
PHP BASICS - Question 3
B is ok, i use it quite often to mix variables and strings into a new variable. {$foo[0].'bar
unread,
PHP BASICS - Question 3
B is ok, i use it quite often to mix variables and strings into a new variable. {$foo[0].'bar
8/28/12
shaded2
, …
Dan Kelly
4
8/28/12
PHP Basics question 1
Oh wow, i thought no one answered. I need to check my group email settings. I also choose B for this
unread,
PHP Basics question 1
Oh wow, i thought no one answered. I need to check my group email settings. I also choose B for this
8/28/12
shaded2
, …
Ramsez Stamper
6
8/23/12
Getting this group going again.
Great to see so much enthusiasm. Dan thanks for volunteering again. You rock! Venkat, I shared the
unread,
Getting this group going again.
Great to see so much enthusiasm. Dan thanks for volunteering again. You rock! Venkat, I shared the
8/23/12
Seal
, …
Jacques Laurent
11
9/29/11
Zend Cert 5.3
Got it! I will start using that. My biggest thing is finding a starting point and then I can go from
unread,
Zend Cert 5.3
Got it! I will start using that. My biggest thing is finding a starting point and then I can go from
9/29/11
Dan Kelly
,
sealtrip
4
8/23/11
Free PHP Certification Webinar
I noticed that would be very good for me. I believe it's 1800 UK TIME On Tue, Aug 23, 2011 at 1:
unread,
Free PHP Certification Webinar
I noticed that would be very good for me. I believe it's 1800 UK TIME On Tue, Aug 23, 2011 at 1:
8/23/11
Alex
,
Dan Kelly
4
8/23/11
Webinar about the Zend Certified Engineer Program
Thanks Alex! I am signed up.. On Mon, Aug 22, 2011 at 8:28 PM, Alex Stetsenko <abu...@gmail.com
unread,
Webinar about the Zend Certified Engineer Program
Thanks Alex! I am signed up.. On Mon, Aug 22, 2011 at 8:28 PM, Alex Stetsenko <abu...@gmail.com
8/23/11
Dan Kelly
,
sealtrip
3
7/25/11
Stream and Network Programming Question 5
The correct answers are B and C. Stream contexts can be created and used to modify the behaviour of
unread,
Stream and Network Programming Question 5
The correct answers are B and C. Stream contexts can be created and used to modify the behaviour of
7/25/11
Dan Kelly
,
sealtrip
3
7/25/11
Stream and Network Programming Question 4
The correct answers are B and E. PHP only supports these two stream transports (STDIO for local
unread,
Stream and Network Programming Question 4
The correct answers are B and E. PHP only supports these two stream transports (STDIO for local
7/25/11
Dan Kelly
2
7/25/11
Stream and Network Programming Question 3
The correct answer is D. The stream_get_meta_data function does not tell you how much data has passed
unread,
Stream and Network Programming Question 3
The correct answer is D. The stream_get_meta_data function does not tell you how much data has passed
7/25/11
Dan Kelly
,
sealtrip
3
7/25/11
Stream and Network Programming Question 2
The stream_wrapper_register function is used to register a user- defined file wrapper (created as a
unread,
Stream and Network Programming Question 2
The stream_wrapper_register function is used to register a user- defined file wrapper (created as a
7/25/11
Dan Kelly
,
sealtrip
3
7/25/11
Stream and Network Programming Question 1
The correct answer is E—all of the items listed in the answers are completely valid wrapper resources
unread,
Stream and Network Programming Question 1
The correct answer is E—all of the items listed in the answers are completely valid wrapper resources
7/25/11
Dan Kelly
,
Seal Trip
3
7/22/11
Email Handling and Manipulation Question 15
Adding a From header is not sufficient to ensure that sendmail won't rewrite your sender address
unread,
Email Handling and Manipulation Question 15
Adding a From header is not sufficient to ensure that sendmail won't rewrite your sender address
7/22/11
Dan Kelly
, …
Seal Trip
5
7/22/11
Email Handling and Manipulation Question 14
The mime_content_type function is the easiest and safest way to determine the MIME type of a file.
unread,
Email Handling and Manipulation Question 14
The mime_content_type function is the easiest and safest way to determine the MIME type of a file.
7/22/11
Dan Kelly
, …
Seal Trip
5
7/22/11
Re: Email Handling and Manipulation Question 13
Serializing an array is the correct way of transforming it into a string—the first step towards
unread,
Re: Email Handling and Manipulation Question 13
Serializing an array is the correct way of transforming it into a string—the first step towards
7/22/11
Dan Kelly
, …
Alex Stetsenko
5
7/22/11
Re: Email Handling and Manipulation Question 12
The use of htmlentities() on a plain-text e-mail does nothing to help prevent cross-site attacks—in
unread,
Re: Email Handling and Manipulation Question 12
The use of htmlentities() on a plain-text e-mail does nothing to help prevent cross-site attacks—in
7/22/11
Dan Kelly
, …
Seal Trip
5
7/22/11
Re: Email Handling and Manipulation Question 11
On a UNIX-like system, PHP relies on the sendmail application to handle its e-mailing (even if
unread,
Re: Email Handling and Manipulation Question 11
On a UNIX-like system, PHP relies on the sendmail application to handle its e-mailing (even if
7/22/11
Dan Kelly
,
Seal Trip
3
7/19/11
Re: Email Handling and Manipulation Question 10
The correct answer is B. This special MIME content type is used to define a segment which contains
unread,
Re: Email Handling and Manipulation Question 10
The correct answer is B. This special MIME content type is used to define a segment which contains
7/19/11
Dan Kelly
,
Seal Trip
3
7/19/11
Re: Email Handling and Manipulation Question 9
To create a valid MIME e-mail from the given plain-text message, the correct answers are A, C and D.
unread,
Re: Email Handling and Manipulation Question 9
To create a valid MIME e-mail from the given plain-text message, the correct answers are A, C and D.
7/19/11
Dan Kelly
,
Alex Stetsenko
3
7/19/11
Re: Email Handling and Manipulation Question 8
The correct answers are B, C and E. Boundaries are a critical part of sending MIME e-mails. Although
unread,
Re: Email Handling and Manipulation Question 8
The correct answers are B, C and E. Boundaries are a critical part of sending MIME e-mails. Although
7/19/11
Dan Kelly
,
Seal Trip
3
7/19/11
Re: Email Handling and Manipulation Question 7
The correct answer is C. The Content-Transfer-Encoding MIME header is used to specify the encoding of
unread,
Re: Email Handling and Manipulation Question 7
The correct answer is C. The Content-Transfer-Encoding MIME header is used to specify the encoding of
7/19/11
Dan Kelly
,
Seal Trip
3
7/19/11
Re: Email Handling and Manipulation Question 6
The final parameter of the mail function is used to provide additional parameters to the sendmail
unread,
Re: Email Handling and Manipulation Question 6
The final parameter of the mail function is used to provide additional parameters to the sendmail
7/19/11
Dan Kelly
,
Seal Trip
4
7/18/11
Email Handling and Manipulation Question 4
Doh silly me...I still find this question unclear... So, what MIME e-mail header defines this
unread,
Email Handling and Manipulation Question 4
Doh silly me...I still find this question unclear... So, what MIME e-mail header defines this
7/18/11
Dan Kelly
, …
Seal Trip
5
7/18/11
Email Handling and Manipulation Question 5
There are indeed two answers above that are valid for including elements, such as images, within your
unread,
Email Handling and Manipulation Question 5
There are indeed two answers above that are valid for including elements, such as images, within your
7/18/11
Dan Kelly
, …
Seal Trip
5
7/18/11
Email Handling and Manipulation Question 3
PHP can indeed send e-mails of any valid format using the mail function, making communication with
unread,
Email Handling and Manipulation Question 3
PHP can indeed send e-mails of any valid format using the mail function, making communication with
7/18/11
Dan Kelly
, …
Seal Trip
5
7/18/11
Email Handling and Manipulation Question 2
The correct answers are A and D. While the UNIX version of PHP requires the sendmail application (or
unread,
Email Handling and Manipulation Question 2
The correct answers are A and D. While the UNIX version of PHP requires the sendmail application (or
7/18/11
Dan Kelly
, …
Seal Trip
6
7/18/11
Email Handling and Manipulation Question 1
Of all of the e-mail addresses listed above, only Answer D is invalid. Both A and B are classic e-
unread,
Email Handling and Manipulation Question 1
Of all of the e-mail addresses listed above, only Answer D is invalid. Both A and B are classic e-
7/18/11
Dan Kelly
, …
Darren Cato
5
7/14/11
Date and Time Management question 15
There is no difference between the current time in any time zone—the current time is an absolute
unread,
Date and Time Management question 15
There is no difference between the current time in any time zone—the current time is an absolute
7/14/11