Date
Sep. 8th, 2024
 
2024年 8月 6日

Post: PHP Primer 008 : 特殊类型 - 资源

PHP Primer 008 : 特殊类型 - 资源

Published 12:01 Jan 21, 2012.

Created by @ezra. Categorized in #Programming, and tagged as #PHP.

Source format: Markdown

Table of Content

资源(即 resource)由专门的函数来建立和使用,如打开文件、数据连接等。举个栗子:

<?php
$file = fopen("test.txt","r");   // 打开文件
$con = mysql_connect("localhost","root","root");  // 连接数据库
$img = imagecreate(200,200);// 图形画布
?>
Pinned Message
HOTODOGO
The Founder and CEO of Infeca Technology.
Developer, Designer, Blogger.
Big fan of Apple, Love of colour.
Feel free to contact me.
反曲点科技创始人和首席执行官。
程序猿、设计师、奇怪的博主。
苹果死忠、热爱色彩斑斓的世界。
如有意向请随时 与我联系