Архив рубрики: php

Getting information from SVN with PHP

Fabien Potencier February 03, 2009 Last year, I deployed a new tool to manage symfony plugins. The first goal of this tool was to simplify the process of contributing new plugins. It proved to be very successful, and I had … Читать далее

Рубрика: php, svn | Комментарии к записи Getting information from SVN with PHP отключены

Make SSH connections with PHP

kvz.io 24 Jul 2007 Not everyone knows about PHP’s capabilities of making SSH connections and executing remote commands, but it can be very useful. I’ve been using it a lot in PHP CLI applications that I run from cronjobs, but … Читать далее

Рубрика: Linux, php | Комментарии к записи Make SSH connections with PHP отключены

strtotime — php функция перевода времени в Unix-формат

echo strtotime(str_replace(«.»,»-«,»2011.08.22″)).»»;

Рубрика: php | Комментарии к записи strtotime — php функция перевода времени в Unix-формат отключены