Screenshot Preview

PhpStorm

by JetBrains - 상품타입: 어프리케이션

주의 : 별도의 안내가 없는 경우에는 영어제품 입니다.

*

PHP IDE with refactorings, code completion, on-the-fly code analysis and coding productivity orientation. PhpStorm provides a rich and intelligent code editor for PHP with syntax highlighting, extended code formatting configuration, on-the-fly error checking, and smart code completion. PhpStorm is an IDE for HTML, JavaScript and PHP. PhpStorm code completion (Ctrl + Space) finalizes classes, methods, variable names, and PHP keywords, plus commonly used names for fields and variables depending on their type. PhpStorm editor respects PHPDoc in your code and provides appropriate code completion suggestions based on @property, @method and @var annotations. When you edit the PHPDoc for your code with PhpStorm, the variables names and types are auto-completed from the corresponding code blocks. PHP code refactorings also consider PHPDocs to keep them up-to-date. PhpStorm IDE allows to use Smarty template engine and offers productivity features for working with .tpl files. Thorough source code analysis allows PhpStorm to provide a sophisticated code completion even to an unannotated code.

$97.02

일반 적인 소비자 가격은 하기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

통화 선택 표시하고 있습니다. 전체 가격 | 리뉴얼 가격

PhpStorm V4.0 - Personal   *

주문 $ 97.02 1-9 Personal User License - price per license - includes one year of free product upgrades (for individual developers purchasing the license with their own funds and for their personal use)  *
메이커 제품 번호: PS40PL
다운로드 (317.3 MB)
주문 $ 96.03 10-19 Personal User License - price per license - includes one year of free product upgrades (for individual developers purchasing the license with their own funds and for their personal use)  *
메이커 제품 번호: PS40PL
다운로드 (317.3 MB)
주문 $ 95.04 20-49 Personal User License - price per license - includes one year of free product upgrades (for individual developers purchasing the license with their own funds and for their personal use)  *
메이커 제품 번호: PS40PL
다운로드 (317.3 MB)
주문 $ 48.02 Annual Upgrade Subscription  *
메이커 제품 번호: PSPUS
확인 다운로드 (108.3 MB)

PhpStorm V4.0 - Commercial   *

주문 $ 195.02 1-9 Commercial User License - price per license - includes one year of free product upgrades  *
메이커 제품 번호: PS40CL
다운로드 (317.3 MB)
주문 $ 193.03 10-19 Commercial User License - price per license - includes one year of free product upgrades  *
메이커 제품 번호: PS40CL
다운로드 (317.3 MB)
주문 $ 191.04 20-49 Commercial User License - price per license - includes one year of free product upgrades  *
메이커 제품 번호: PS40CL
다운로드 (317.3 MB)
주문 $ 126.42 Annual Upgrade Subscription  *
메이커 제품 번호: PSCUS
확인 다운로드 (108.3 MB)

가격에는 ComponentSource의 기술지원 요금이 포함되어 있습니다. 또한 다운로드 판매를 하고 있는 상품의 대부분은 온라인 백업요금이 포함되어 있어서 구입날로부터 30일 이내에 새로운 버전이 발매된 경우 무료로 업그레이드해 드리고 있습니다.  모든 주문에 대해서 당사표준 계약조건 반품조건 의 내용이 적용됩니다. 다음의 경우,고객 서비스로로 연락 주시기 바랍니다. (대량의 라이센스나 구 버전 등의 라이센스 옵션이 필요한 경우)

일반 적인 소비자 가격은 상기에 표시되어 있습니다. 고객님의 할인가격은 표시 하시려면 로그인 해주시기 바랍니다.

 *

What’s new in PhpStorm V4.0?

  • PHP 5.4 Language Features Support - Including traits and all the new syntax improvements: class member access on instantiation, short array syntax, array dereferencing on function call, binary literals and expressions in static calls.
  • Code Coverage for PHPUnit - Code Coverage for PHPUnit marks covered and uncovered lines visually right in the editor and shows how much of your code is covered with tests.
  • Drupal Coding Style Support - PhpStorm 4.0 contains a bundled predefined coding style for the popular Drupal content management platform. Currently just reformatting your code in PhpStorm removes 99% of errors reported by Drupal coder-review and helps your code meet Drupal coding standards.
  • Check Your Code with PHP Code Sniffer - PhpStorm 4.0 allows you to check your code on the fly with PHP Code Sniffer (phpcs), just by opening a PHP file. The check is triggered every time you change something in the file, so it's extremely easy to fix problems reported by PHP Code Sniffer.
  • Smarter JavaScript Completion - More relevant suggestions now appear at the top of the list in many cases. Suggested names are ordered by their definition scope nesting, i.e. global variables are placed at the bottom of the list.
  • Custom Code Folding Regions - This feature gives you a possibility to define your own code-folding regions with special line comments both in Visual Studio and NetBeans style.

What’s new in PhpStorm V3.0?

  • PHP UML - Understand and change code by providing editable UML class diagrams for PHP code. Quickly examine your application structure, create and edit classes and their relationships. Many refactorings can be applied directly from the diagram, via the shortcut menu.
  • Profiler integration - Profile your scripts from PHPStorm with either Xdebug or Zend Debugger. See aggregate reports and jump from execution statistics directly to functions in your PHP code.
  • New PHP formatting options - Full support for Zend, PEAR and other standards.
  • Platform Improvements - More streamlined UI across all modern Operating Systems and Mac OS X Lion compatibility (including full screen)
  • Smart Duplicated Code Detector - Added for all major supported languages
  • PHPUnit Testing Improvements - Switch between tests and source code
  • XSLT - XSLT 2.0 support and XSLT Debugger added

What’s new in PHPStorm V2.0?

  • Complete PHP 5.3 Support - Full namespaces and closure support is added in 2.0.
  • Automatic Code Completion - This long-requested feature is now available: code completion dropdown is invoked automatically on typing (enabled by default). Code completion has also been improved to support array indexes in PHP code.
  • Zend Debugger and Xdebug - The IDE will automatically listen for debugger connection, requesting missing file mappings as needed, so with a single button-click in the browser the debugger will pop up with your page source. It also works on all AJAX requests while a debugger cookie is set.
  • Browser-initiated Debugging Support - You can use the Zend Toolbar, XDebug toolbar or our browser bookmarklets to initiate debugging directly from any page in a modern browser such as Firefox, IE, Google Chrome or Safari.
  • Command Line Tool Support - You can quickly run shell commands with dedicated support for framework tools, including completion and parameter info for Zend_Tool and Symfony tool and adding these features for custom tools via an XML descriptor.
  • Advanced Code Inspection - The new PhpStorm introduces several new code inspections: Control flow / Unreachable statement, Control flow / Wrong catch clauses order, Probably bug / Wrong string concatenation operator and Type compatibility / Invalid foreach() argument type.
  • New Git Log UI - Now you will be able to filter changes by branch, tag or developer, highlight changes made in a specific folder, or show differences right in the IDE.
  • GitHub Integration - Many of you have heard about Github and some are probably using it for your projects. Now you'll be able to check out your existing GitHub repository right from the IDE and auto-open it as a project.
  • Mercurial Support - Pulling and pushing changes from IDE, visual merging.
  • Better SQL Console - Full-fledged editor for SQL queries. Easier, yet more flexible connection configuration with automatic driver downloads. Editable query results table.

 *

PhpStorm - PHP IDE with Intelligent editor for productive coding
PhpStorm provides a rich and intelligent code editor for PHP with syntax highlighting, extended code formatting configuration, on-the-fly error checking, and smart code completion.

PhpStorm PHP Code Completion
Code completion (Ctrl + Space) finalizes classes, methods, variable names, and PHP keywords, plus commonly used names for fields and variables depending on their type.

PhpStorm PHPDoc Support
The PhpStorm editor respects PHPDoc in your code and provides appropriate code completion suggestions based on @property, @method and @var annotations. When you edit PHPDoc for your code, the variables names and types are auto-completed from the corresponding code blocks. PHP code refactorings also consider PHPDocs to keep them up-to-date.

PhpStorm PHP Refactoring
Rename refactoring works for files, functions, constants, classes, properties, methods, parameters, local and global variables. Make global project changes easily and safely. Local changes are made instantly in-place.

PhpStorm Smarty Templates Editing
PhpStorm IDE allows you to use a Smarty template engine and offers the following productivity features for working with .tpl files:

  • Configurable syntax highlighting for keywords, strings, variables and braces
  • Syntax errors highlighting
  • Smarty functions and attributes completion
  • Automatic insertion of paired braces, quotes and closing tags
  • Commenting of the selected block with a single hotkey
  • Custom Smarty delimiters support

PhpStorm Efficient project analysis and navigation
Thorough source code analysis allows PhpStorm to provide a sophisticated code completion, even to unannotated code, for example:

  • Function return type is deducted from its body and return statements
  • Class property types (and declarations) are extracted from the constructor code
  • File structure view and class, method and call hierarchy views allow for faster code review and navigation.

PhpStorm Unit testing without interruptions
Develop PHP Unit tests in PhpStorm and run them instantly from directory, file or class using the context menu options. Dedicated Run/Debug configurations allow you to the required set of tests at any time. Tests are executed in a dedicated Test Runner UI, displaying results overview and detailed stats for the whole suite and every particular test. In case of a test failure you can instantly get from the stacktrace to the line of code where the error occurred.

Code stepping and evaluation with built-in debugger
PhpStorm provides numerous options for debugging your PHP code allowing you to:

  • Set conditional breakpoints with smart step into that allows you to choose a particular method to step into from the call chaininspect context-relevant local variables and user-defined watches, including arrays and complex objects, and edit values on the fly
  • Evaluate an expression in runtime
  • Debug a page in multiple sessions simultaneously
  • Keep a debugging session alive while moving between pages

주의

제품 리뷰의 한국어 번역이 완료되지 않는 제품은 Google통역 서비스와 연동되어 표시되어 있습니다.통역 기계에 의한 자동 번역인 관계로 한국어 표기가 조금 부자연 스러운 점 양해 바랍니다.
에서 제공
FireFox와 Opera에서는 Flash가 필요합니다.

상품검색

검색어를 입력해주세요:

Quick 링크

개발처/발매처

주요 카테고리

관련 상품

관련 카테고리

ComponentSource에서 구입하는 이유?

ComponentSource는 세계 1,000,000명 이상의 개발자에게 각종 글로벌 서비스를 제공합니다.

상세 | About Us

Award Award