Home  >  Article  >  Backend Development  >  Written test questions that may appear in the one-year PHP work experience interview

Written test questions that may appear in the one-year PHP work experience interview

夕阳下的飞舞
夕阳下的飞舞Original
2017-08-16 22:03:231486browse
  1. Given a string, such as "ABCDEFG", reverse it recursively.

  2. Write a sorting algorithm, which can be bubble sorting or quick sorting. Assume that the sorted object is a one-dimensional data.

  3. How to understand Unicode encoding and utf-8 encoding.

  4. Write two regular expressions that match email addresses and URLs, similar to the following:

    a) Email: user_name.first@example.com.cn

b) url: http//www.example.com/user.php?uid=100

5. Write out more than 10 Commonly used Linux commands you know and their functions are briefly explained.

The above is the detailed content of Written test questions that may appear in the one-year PHP work experience interview. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn