PHP Classes

File: locale/en.php

Recommend this page to a friend!
  Classes of David Girón   PHP Telegram Bot API   locale/en.php   Download  
File: locale/en.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Telegram Bot API
Create bots to communicate messages using Telegram
Author: By
Last change:
Date: 7 years ago
Size: 129 bytes
 

Contents

Class file image Download
<?php

return [
   
'welcome' => "Hello World from <b>Telegram-PHP!</b> Now with language support!",
   
'hello' => "Hello %s!"
];

?>