English 中文(简体)
php:如何知道哪些档案含有被称为[复制]的“营地”功能
原标题:php: how to know what file has contains a php function that is called [duplicate]
  • 时间:2012-05-09 09:18:46
  •  标签:
  • php
This question already has answers here:
Closed 11 years ago.

Possible Duplicate:
How to find out where a function is defined?

在客户网站中,我有一套《网站守则》:

return userHasActivePurchase($iId);

The website is full of icludes, requires. I have made a full text search on "userHasActivePurchase" to find out what php file does contain this function 没有成功。

我的问题是: 我有职能名称,我想知道,哪些文件包含这一功能。

我尝试:

print_r(userHasActivePurchase);

没有成功。

请帮助!

问题回答

您可使用平整指挥法,或由任何编辑在名录功能中进行本地搜索,在全代码基中寻找“功能用户HasActivePurchase”。

如果你在不止一个地方确定这一职能,你可以通过在所有档案中刊登一份声明来确认这一职能。

<代码> 缩略语

获得一种体面的杀手(phpstorm, eclipse pdt),使你能够遵循法律,甚至最坏的情况,使你能够寻找一个任期的整个项目。





相关问题
Brute-force/DoS prevention in PHP [closed]

I am trying to write a script to prevent brute-force login attempts in a website I m building. The logic goes something like this: User sends login information. Check if username and password is ...

please can anyone check this while loop and if condition

<?php $con=mysql_connect("localhost","mts","mts"); if(!con) { die( unable to connect . mysql_error()); } mysql_select_db("mts",$con); /* date_default_timezone_set ("Asia/Calcutta"); $date = ...

定值美元

如何确认来自正确来源的数字。

Generating a drop down list of timezones with PHP

Most sites need some way to show the dates on the site in the users preferred timezone. Below are two lists that I found and then one method using the built in PHP DateTime class in PHP 5. I need ...

Text as watermarking in PHP

I want to create text as a watermark for an image. the water mark should have the following properties front: Impact color: white opacity: 31% Font style: regular, bold Bevel and Emboss size: 30 ...

How does php cast boolean variables?

How does php cast boolean variables? I was trying to save a boolean value to an array: $result["Users"]["is_login"] = true; but when I use debug the is_login value is blank. and when I do ...

热门标签