六间房的两个PHP面试题
<?php /*============================================================================= # FileName: base64.php # Desc: 六间房笔试题一:读取一个文件,将其Base64编码,每76个字符加一个换行 # Author: HouYongZheng # Time: 2013-05-20 14:25 =============================================================================*/ header('Content-Type: text/html; charset=utf-8'); $body=file_get_contents('base64.txt'); $base_body=base64_encode($body); $count=1; for($i=0;$i
2. [代码]写一个函数,参数为$n,生成一个数组,其元素为1~$n,各元素位置随机排列,不得重复
<?php /*============================================================================= # FileName: array.php # Desc: 六间房笔试题二:写一个函数,参数为$n,生成一个数组,其元素为1~$n,各元素位置随机排列,不得重复 # Author: HouYongZheng # Time: 2013-05-20 15:01 =============================================================================*/ function rand_array($n){ $array=array(); $rand_array=array(); for($i=1;$i<=$n;$i++){ array_push($array,$i); } //return $array; for($i=0;$i

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

mPDF
mPDF is a PHP library that can generate PDF files from UTF-8 encoded HTML. The original author, Ian Back, wrote mPDF to output PDF files "on the fly" from his website and handle different languages. It is slower than original scripts like HTML2FPDF and produces larger files when using Unicode fonts, but supports CSS styles etc. and has a lot of enhancements. Supports almost all languages, including RTL (Arabic and Hebrew) and CJK (Chinese, Japanese and Korean). Supports nested block-level elements (such as P, DIV),

Dreamweaver Mac version
Visual web development tools

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

SublimeText3 Chinese version
Chinese version, very easy to use

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool