Jump to content

Function: mds_current_weather()


Chewett

Recommended Posts

  • Root Admin

Function mds_current_weather()

This is used to get details on the current weather in MD
 
Returns:
 

boolean e.g. false //There is no weather currently in MD of note
String e.g. "heavyrain" //Current weather in MD as a string
Example:



@va = mds_current_weather();
if(@va == false) {
    echo "there is no weather, boring";
}else{
    echo "The weather currently is: " . @va;
}
Edited by Chewett
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Forum Statistics

    17.5k
    Total Topics
    182.5k
    Total Posts
  • Recently Browsing

    • No registered users viewing this page.
  • Upcoming Events

    No upcoming events found
  • Recent Event Reviews

×
×
  • Create New...