PHP

PHP jest obiektowym, skryptowym jezykiem programowania zaprojektowanym do tworzenia dynamicznych stron www.


Funkcje PHP

Oficjalna strona PHP

Dodatkowe aplikacje PHP

Dodatkowe modu³y PHP

Wortal PHP
Internet - Noclegi - Mieszkania w Lublinie - Klamki - nawigacja gps - prace magisterskie



PHP MySQL Jobs and Projects: [JOB] PHP Developer, Eugene or Portland, OR | 60-90k
Responsibilities: * Work in a team building scalable web applications * Use test-driven development practices to ensure code correctness * Document code, track and fix bugs, respond rapidly to emergencies in production environment * Work with prod

PHP MySQL Jobs and Projects: [Job] EXPERT for MMORPG PHP text based browser online games!
Hi, I bought an MMORPG text web browser based online game script with bugs and error unfortunately! I install it successfully but, still I can't solve the bugs and errors in the game script. So I need a PHP expert to solve these bugs and errors in mySQ

PHP MySQL Jobs and Projects: [JOB] Junior/Mid PHP Developer, Chicago - 40-70k
My client is looking for a PHP developer preferably with RDBMS (PostgreSQL preferred - MySQL OK) experience, a background working with open-source frameworks in a team environment, and knowledge of source control (specifically Subversion) and ticketing sy

PHP MySQL Jobs and Projects: Sr. Web Java/PHP/Drupal Developers
NorthPoint Solutions is a premier full-time employee based technology consulting firm that leverages custom software development and integration services to deliver business solutions through two distinct practices, Content Solutions (media/publishing, en

PHP MySQL Jobs and Projects: Looking for an experianced LAMP developer - Haifa Israel
My client is developing a cutting-edge global trading arena in a very specific vertical field. They are looking for a Full time web developer (LAMP) to join their development team. * Advanced knowledge of PHP, specifically OO aspects. * Expert unde

PHP MySQL Jobs and Projects: [JOB] Sr. PHP/MySQL Developer, New York City | 90-120k
To be considered, candidates must be authorized to work in the United States and be local to the tri-state area. My client is a dynamic, cutting-edge media company and they are expanding rapidly as millions of readers drive growth for their website, w

PHP MySQL Jobs and Projects: Unpaid: Looking for web developer to help with cool project.
Don't be alarmed, it only says unpaid because at the moment the project is unfunded and run soley by me. I'm not a great programmer, but I've got massive ideas and enough know how to get this thing off the ground. I just need one more member to my team,

PHP MySQL Jobs and Projects: php project worth 50usd
I need your help concerning a project of mine. This is the scenerio. There is a website where I normally download pricelist in excel format. I normally save the excel pricelist as a .csv and use a php script to write the .csv file into mysql databse

PHP MySQL Jobs and Projects: [JOB] Senior Engineer, NYC - Relo OK - 150-250k
Job Title: Senior Engineer Location: New York City - Relocation assistance provided Salary: $150,000 - $250,000 per year + benefits Entrepreneurial. Challenging. Exciting. Fun. Innovative. Edgy. Distinctive. Sound like an interesting job? Our

PHP MySQL Jobs and Projects: Social Network Coder Wanted
Hey, are you good with PHP, HTML, CSS, and FLASH. Well if your not good with Flash, or don't even know it for that matter do not worry. I'm looking for someone to code a social network for me. Don't worry, I know this is a big project so thats why the pay
MCAL Functions

LXXXI. MCAL Functions

Wstęp

MCAL stands for Modular Calendar Access Library.

Libmcal is a C library for accessing calendars. It's written to be very modular, with pluggable drivers. MCAL is the calendar equivalent of the IMAP module for mailboxes.

With mcal support, a calendar stream can be opened much like the mailbox stream with the IMAP support. Calendars can be local file stores, remote ICAP servers, or other formats that are supported by the mcal library.

Calendar events can be pulled up, queried, and stored. There is also support for calendar triggers (alarms) and recurring events.

With libmcal, central calendar servers can be accessed, removing the need for any specific database or local file programming.

Most of the functions use an internal event structure that is unique for each stream. This alleviates the need to pass around large objects between functions. There are convenience functions for setting, initializing, and retrieving the event structure values.

Notatka: To rozszerzenie zostało przeniesione do repozytorium PECL i nie jest rozprowadzane z PHP od wersji 5.0.0.

Notatka: PHP had an ICAP extension previously, but the original library and the PHP extension is not supported anymore. The suggested replacement is MCAL.

Notatka: To rozszerzenie nie jest dostępne na platformie Windows.

Wymagania

This extension requires the mcal library to be installed. Grab the latest version from http://mcal.chek.com/ and compile and install it.

Instalacja

After you installed the mcal library, to get these functions to work, you have to compile PHP -with-mcal[=DIR].

Konfiguracja uruchomieniowa

To rozszerzenie nie definiuje posiada żadnych dyrektyw konfiguracyjnych w pliku php.ini.

Typy zasobów

To rozszerzenie nie posiada żadnych rodzajów zasobów.

Stałe predefiniowane

Poniższe stałe są zdefiniowane w tym rozszerzeniu i stają się dostępne, gdy rozszerzenie jest dokompilowane do PHP, lub załadowane dynamicznie przy starcie.

MCAL_SUNDAY (integer)

MCAL_MONDAY (integer)

MCAL_TUESDAY (integer)

MCAL_WEDNESDAY (integer)

MCAL_THURSDAY (integer)

MCAL_FRIDAY (integer)

MCAL_SATURDAY (integer)

MCAL_JANUARY (integer)

MCAL_FEBRUARY (integer)

MCAL_MARCH (integer)

MCAL_APRIL (integer)

MCAL_MAY (integer)

MCAL_JUNE (integer)

MCAL_JULY (integer)

MCAL_AUGUST (integer)

MCAL_SEPTEMBER (integer)

MCAL_OCTOBER (integer)

MCAL_NOVEMBER (integer)

MCAL_DECEMBER (integer)

MCAL_RECUR_NONE (integer)

MCAL_RECUR_DAILY (integer)

MCAL_RECUR_WEEKLY (integer)

MCAL_RECUR_MONTHLY_MDAY (integer)

MCAL_RECUR_MONTHLY_WDAY (integer)

MCAL_RECUR_YEARLY (integer)

MCAL_M_SUNDAY (integer)

MCAL_M_MONDAY (integer)

MCAL_M_TUESDAY (integer)

MCAL_M_WEDNESDAY (integer)

MCAL_M_THURSDAY (integer)

MCAL_M_FRIDAY (integer)

MCAL_M_SATURDAY (integer)

MCAL_M_WEEKDAYS (integer)

MCAL_M_WEEKEND (integer)

MCAL_M_ALLDAYS (integer)

Spis treści
mcal_append_event -- Store a new event into an MCAL calendar
mcal_close -- Close an MCAL stream
mcal_create_calendar -- Create a new MCAL calendar
mcal_date_compare -- Compares two dates
mcal_date_valid --  Returns TRUE if the given year, month, day is a valid date
mcal_day_of_week --  Returns the day of the week of the given date
mcal_day_of_year --  Returns the day of the year of the given date
mcal_days_in_month --  Returns the number of days in a month
mcal_delete_calendar -- Delete an MCAL calendar
mcal_delete_event -- Delete an event from an MCAL calendar
mcal_event_add_attribute --  Adds an attribute and a value to the streams global event structure
mcal_event_init --  Initializes a streams global event structure
mcal_event_set_alarm --  Sets the alarm of the streams global event structure
mcal_event_set_category --  Sets the category of the streams global event structure
mcal_event_set_class --  Sets the class of the streams global event structure
mcal_event_set_description --  Sets the description of the streams global event structure
mcal_event_set_end --  Sets the end date and time of the streams global event structure
mcal_event_set_recur_daily --  Sets the recurrence of the streams global event structure
mcal_event_set_recur_monthly_mday --  Sets the recurrence of the streams global event structure
mcal_event_set_recur_monthly_wday --  Sets the recurrence of the streams global event structure
mcal_event_set_recur_none --  Sets the recurrence of the streams global event structure
mcal_event_set_recur_weekly --  Sets the recurrence of the streams global event structure
mcal_event_set_recur_yearly --  Sets the recurrence of the streams global event structure
mcal_event_set_start --  Sets the start date and time of the streams global event structure
mcal_event_set_title --  Sets the title of the streams global event structure
mcal_expunge --  Deletes all events marked for being expunged
mcal_fetch_current_stream_event --  Returns an object containing the current streams event structure
mcal_fetch_event --  Fetches an event from the calendar stream
mcal_is_leap_year --  Returns if the given year is a leap year or not
mcal_list_alarms --  Return a list of events that has an alarm triggered at the given datetime
mcal_list_events --  Return a list of IDs for a date or a range of dates
mcal_next_recurrence -- Returns the next recurrence of the event
mcal_open -- Opens up an MCAL connection
mcal_popen -- Opens up a persistent MCAL connection
mcal_rename_calendar -- Rename an MCAL calendar
mcal_reopen -- Reopens an MCAL connection
mcal_snooze -- Turn off an alarm for an event
mcal_store_event -- Modify an existing event in an MCAL calendar
mcal_time_valid --  Returns TRUE if the given hour, minutes and seconds is a valid time
mcal_week_of_year --  Returns the week number of the given date
Wgraj swoje pliki za darmo Darmowy hosting plików Darmowy hosting plików - Firma Procreate oferuje skuteczne pozycjonowanie z gwarancja TOP10 - galeria - Skuteczne Pozycjonowanie - bts - plus gsm - Limo and Car services chicago limos service 773-649-9630 - Skuteczne i tanie pozycjonowanie stron internetowych - Bardzo smutne opisy na gg - Najlepsze pionowe opisy gg do Twojego komunikatora - opisy gg - statusy gg - najlepszy polski hosting zdjęć w internecie - programy - zdjęcia turystyczne

G:4,M:0,Y:9