Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8506885
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T02:42:55+00:00 2026-06-11T02:42:55+00:00

I am trying to understand the built-in classes in PHP and how to use

  • 0

I am trying to understand the built-in classes in PHP and how to use them. Also I am trying to use the correct language to describe these ‘things’. Take for example the DateTime class.

So now I see a method on this class and it is denoted by DateTime::setDate . So am I correct in saying, “this is the DateTime class that has a method called setDate ? Also if you read the PHP manual on the DateTime class for setDate you find:

DateTime::setDate <– does this mean I can use this as is in code? As in:
DateTime::setDate(); ?

I do see how to create an object as in the below:

<?php
$date = new DateTime();
$date->setDate(2001, 2, 3);
echo $date->format('Y-m-d');// how would you know to do this? I thought $date->year;
?>

And this came from this:
public DateTime DateTime::setDate ( int $year , int $month , int $day )

Also from the line directly above I should be able to figure out how to use it without seeing an example?

Any good input would be much appreciated.

Thanks,
Jim

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T02:42:56+00:00Added an answer on June 11, 2026 at 2:42 am

    I just hate the :: notation in reference, I always think I am dealing with a long static methods list.

    Anyway it comes from C++ namespaces notation, so DateTime::diff is meant to be read “the function diff belongs to class DateTime“, but it seems quite clear because I am on the DateTime reference page!

    To keep things clearer, the “double colon” operator is called T_PAAMAYIM_NEKUDOTAYIM [hebrew for double colon actually].

    Long story short, go with -> notation unless you read the static keyword in the method signature.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Trying to understand what's the correct way of implementing OpenID authentication with Spring Security.
Trying to understand the Deezer API. When I visit: http://connect.deezer.com/oauth/auth.php?app_id=MY_APP_ID&redirect_uri=http://mydomain.me&perms=basic_access I end up at
I'm trying to understand the ASP.NET OutputCache mechanism. I built a test page with
I am trying to understand the working of the built-in sum() function, but, the
I'm trying to understand an existing web site. The site seems to be built
I am new to JavaScript, and trying to understand how i should write classes
I'm pretty new to Django and right now I'm trying to understand the use
I am trying to use org.simpleframework.xml . classes to handle xml data on my
I am trying to use jax-ws to generate web service proxy classes, using the
I'm trying to understand the key differences between the profiling tools built into Visual

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.