定制 mackan90096/format 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

mackan90096/format

Composer 安装命令:

composer require mackan90096/format

包简介

A PHP class for formatting text.

README 文档

README

A PHP library for formatting text.

To use Format, include it in your project and call the constructor,

<?php
include_once "Format.php";
$Format = new Format;

This exposes one function, format($text, $options);

$options is an array with how you want to format $text

Valid options

Option Formats Into
link urls Links
bold *example* example
italic /example/ example
sup ^example^ example
sub :example: example
under _example_ example

统计信息

  • 总下载量: 6
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-09-07