如何限制文本长度' file_get_contents'在php中提供'阅读更多'链接

时间:2016-09-20 09:27:15

标签: php

我想从本地文件中读取前200个字符,但是,我的代码正在读取文本文件的所有内容。

<?xml version="1.0" encoding="utf-8"?>
<alpha xmlns:android="http://schemas.android.com/apk/res/android"
    android:interpolator="@android:anim/accelerate_interpolator"
    android:fromAlpha="0.0"
    android:toAlpha="1.0"
    android:duration="700" />

1 个答案:

答案 0 :(得分:2)

DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': ':memory:', }, } 有一个file_get_contents()参数。

请参阅PHP manual